/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 563 num_string = fix_string_type (num_string); in c_lex_with_flags() 1425 *valp = fix_string_type (value); in lex_string()
|
H A D | c-common.h | 889 extern tree fix_string_type (tree);
|
H A D | c-common.cc | 774 fix_string_type (tree value) in fix_string_type() function
|
H A D | ChangeLog | 3508 (fix_string_type): Use char8_t for the type of u8 string literals. 3693 * c-common.c (fix_string_type): Reject string literals larger than 12171 * c-common.c (fix_string_type): Use size_int for index type bounds.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 510 num_string = fix_string_type (num_string); in c_lex_with_flags() 1357 *valp = fix_string_type (value); in lex_string()
|
H A D | c-common.h | 867 extern tree fix_string_type (tree);
|
H A D | c-common.c | 751 fix_string_type (tree value) in fix_string_type() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 408 return fix_string_type (name_string); in tinfo_name()
|
H A D | tree.c | 5875 string_lit = fix_string_type (string_lit); in test_lvalue_kind()
|
H A D | name-lookup.c | 5001 args = fix_string_type (args); in handle_namespace_attrs()
|
H A D | parser.c | 4308 value = fix_string_type (value); 14723 fix_string_type (message); in cp_parser_static_assert()
|
H A D | pt.c | 29789 string_lit = fix_string_type (string_lit); in test_build_non_dependent_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 412 return fix_string_type (name_string); in tinfo_name()
|
H A D | tree.cc | 6205 string_lit = fix_string_type (string_lit); in test_lvalue_kind()
|
H A D | name-lookup.cc | 6036 args = fix_string_type (args); in handle_namespace_attrs()
|
H A D | ChangeLog-2002 | 3081 * rtti.c (tinfo_name): Use fix_string_type.
|
H A D | parser.cc | 4524 value = fix_string_type (value); in cp_parser_string_literal() 16259 fix_string_type (message); in cp_parser_static_assert()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 3640 fix_string_type (message); in plugin_add_static_assert()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 3481 fix_string_type (message); in plugin_add_static_assert()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 3262 return fix_string_type (build_string (len, str)); in my_build_string()
|
H A D | ChangeLog | 1013 call to fix_string_type (). Add a checking assert that we are,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 3186 return fix_string_type (build_string (len, str)); in my_build_string()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 7535 value = fix_string_type (value); in c_parser_string_literal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 7493 value = fix_string_type (value); in c_parser_string_literal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 11938 * c-common.c (fix_string_type): Build the unqualified array 16928 * c-common.c (start_fname_decls, fix_string_type, shorten_compare, 19035 * c-common.c (start_fname_decls, fix_string_type, 33186 (fix_string_type): Set TREE_INVARIANT for value. 40998 * c-common.c (fix_string_type): Don't check 41000 (fix_string_type): Likewise.
|