Home
last modified time | relevance | path

Searched refs:fix_string_type (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-lex.c824 *valp = fix_string_type (value); in lex_string()
H A Dc-common.h666 extern tree fix_string_type (tree);
H A Dc-common.c859 fix_string_type (tree value) in fix_string_type() function
H A DChangeLog-200411938 * 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.
H A DChangeLog-200224322 * c-common.c (fix_string_type): Split out of ...
24324 (c_expand_builtin_printf): Use fix_string_type.
24332 * objc/objc-act.c (my_build_string): Use fix_string_type.
H A DChangeLog-200315666 Call fix_string_type here.
15670 (primary:STRING): No need to call fix_string_type here.
16586 (fix_string_type, check_case_value, c_common_nodes_and_builtins,
H A DChangeLog-200613422 * c-common.c (fix_string_type): Issue warning about strings longer
H A DChangeLog.tree-ssa7233 * c-common.c (fix_string_type): Likewise.
H A DChangeLog-200533125 * c-common.c (fix_string_type): Just use c_build_qualified_type to
/freebsd-12.1/contrib/gcc/cp/
H A Drtti.c332 name_string = fix_string_type (build_string (strlen (name) + 1, name)); in tinfo_name()
H A DChangeLog-20023081 * rtti.c (tinfo_name): Use fix_string_type.
H A Dparser.c2978 value = fix_string_type (value); in cp_parser_string_literal()