Searched refs:c_readstr (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | builtins.h | 108 extern rtx c_readstr (const char *, scalar_int_mode, bool = true);
|
H A D | builtins.cc | 745 c_readstr (const char *str, scalar_int_mode mode, in c_readstr() function 3222 return c_readstr (rep + offset, as_a <scalar_int_mode> (mode), in builtin_memcpy_read_str() 3685 return c_readstr (str + offset, as_a <scalar_int_mode> (mode)); in builtin_strncpy_read_str() 3917 return c_readstr (p, as_a <scalar_int_mode> (mode)); in builtin_memset_read_str() 3965 coeff = c_readstr (p, as_a <scalar_int_mode> (mode)); in builtin_memset_gen_str() 6828 const_rtx = c_readstr (const_str + offset, unit_mode); in inline_string_cmp()
|
H A D | expr.cc | 5863 return c_readstr (p, as_a <scalar_int_mode> (mode), false); in string_cst_read_str() 5868 return c_readstr (TREE_STRING_POINTER (str) + offset, in string_cst_read_str()
|
H A D | ChangeLog-2019 | 33582 * builtins.h (c_readstr): Declare. 33583 * builtins.c (c_readstr): Remove forward declaration. Add
|
H A D | ChangeLog-2000 | 2371 * builtins.c (c_readstr): New.
|
H A D | ChangeLog-2012 | 22743 * builtins.c (c_readstr, fold_builtin_bitop): Likewise.
|
H A D | ChangeLog-2018 | 16425 (inline_string_cmp): Likewise. Use c_readstr instead of
|
H A D | ChangeLog-2010 | 34849 * builtins.c (c_readstr): Fix assert.
|
H A D | ChangeLog-2011 | 38190 * builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN !=
|
H A D | ChangeLog-2017 | 17999 * builtins.c (c_readstr): Likewise.
|
H A D | ChangeLog-2004 | 16176 * builtins.c (c_readstr, expand_builtin_longjmp, apply_args_size,
|
H A D | ChangeLog-2014 | 39680 (c_readstr): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | builtins.h | 106 extern rtx c_readstr (const char *, scalar_int_mode, bool = true);
|
H A D | builtins.c | 856 c_readstr (const char *str, scalar_int_mode mode, in c_readstr() function 3258 return c_readstr (rep + offset, mode, /*nul_terminated=*/false); in builtin_memcpy_read_str() 4680 return c_readstr (str + offset, mode); in builtin_strncpy_read_str() 4899 return c_readstr (p, mode); in builtin_memset_read_str() 4921 coeff = c_readstr (p, mode); in builtin_memset_gen_str() 7590 const_rtx = c_readstr (const_str + offset, unit_mode); in inline_string_cmp()
|
H A D | expr.c | 5559 return c_readstr (p, mode, false); in string_cst_read_str() 5562 return c_readstr (TREE_STRING_POINTER (str) + offset, mode, false); in string_cst_read_str()
|