Searched refs:fix_string_type (Results 1 – 15 of 15) sorted by relevance
655 extern tree fix_string_type (tree);
824 *valp = fix_string_type (value); in lex_string()
845 fix_string_type (tree value) in fix_string_type() function
906 extern tree fix_string_type PARAMS ((tree));
1186 fix_string_type (value) in fix_string_type() function4611 arglist = fix_string_type (build_string (newlen, newstr));
660 { $$ = fix_string_type ($$); }
9875 * c-common.c (fix_string_type): Split out of ...9877 (c_expand_builtin_printf): Use fix_string_type.9885 * objc/objc-act.c (my_build_string): Use fix_string_type.
302 name_string = fix_string_type (build_string (strlen (name) + 1, name));
1618 $$ = fix_string_type ($$);
4484 * rtti.c (tinfo_name): Use fix_string_type.
331 name_string = fix_string_type (build_string (strlen (name) + 1, name)); in tinfo_name()
3081 * rtti.c (tinfo_name): Use fix_string_type.
2802 value = fix_string_type (value); in cp_parser_string_literal()
1270 return fix_string_type (build_string (len, str));1309 string = fix_string_type (string);
1832 return fix_string_type (build_string (len, str)); in my_build_string()1889 string = fix_string_type (string); in objc_build_string_object()