Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dc-common.h655 extern tree fix_string_type (tree);
H A Dc-lex.c824 *valp = fix_string_type (value); in lex_string()
H A Dc-common.c845 fix_string_type (tree value) in fix_string_type() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-common.h906 extern tree fix_string_type PARAMS ((tree));
H A Dc-common.c1186 fix_string_type (value) in fix_string_type() function
4611 arglist = fix_string_type (build_string (newlen, newstr));
H A Dc-parse.in660 { $$ = fix_string_type ($$); }
H A DChangeLog.79875 * 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.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Drtti.c302 name_string = fix_string_type (build_string (strlen (name) + 1, name));
H A Dparse.y1618 $$ = fix_string_type ($$);
H A DChangeLog4484 * rtti.c (tinfo_name): Use fix_string_type.
/openbsd/gnu/gcc/gcc/cp/
H A Drtti.c331 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.c2802 value = fix_string_type (value); in cp_parser_string_literal()
/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1270 return fix_string_type (build_string (len, str));
1309 string = fix_string_type (string);
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c1832 return fix_string_type (build_string (len, str)); in my_build_string()
1889 string = fix_string_type (string); in objc_build_string_object()