Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c354 num_string = fix_string_type (num_string); in c_lex_with_flags()
1103 *valp = fix_string_type (value); in lex_string()
H A Dc-common.h766 extern tree fix_string_type (tree);
H A Dc-common.c924 fix_string_type (tree value) in fix_string_type() function
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c455 num_string = fix_string_type (num_string); in c_lex_with_flags()
1294 *valp = fix_string_type (value); in lex_string()
H A Dc-common.h835 extern tree fix_string_type (tree);
H A Dc-common.c733 fix_string_type (tree value) in fix_string_type() function
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Drtti.c383 return fix_string_type (name_string); in tinfo_name()
H A Dparser.c3533 value = fix_string_type (value); in cp_parser_string_literal()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Drtti.c410 return fix_string_type (name_string); in tinfo_name()
H A Dtree.c5537 string_lit = fix_string_type (string_lit); in test_lvalue_kind()
H A Dname-lookup.c5101 args = fix_string_type (args); in handle_namespace_attrs()
H A Dparser.c4171 value = fix_string_type (value);
13918 fix_string_type (message); in cp_parser_static_assert()
H A Dpt.c27583 string_lit = fix_string_type (string_lit); in test_build_non_dependent_expr()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c3075 return fix_string_type (build_string (len, str)); in my_build_string()