Searched refs:my_build_string (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c242 static tree my_build_string PARAMS ((int, const char *));
1270 my_build_string (len, str)
1950 string_expr = my_build_string (IDENTIFIER_LENGTH (string) + 1,
1965 string_expr = my_build_string (IDENTIFIER_LENGTH (string) + 1,
1980 string_expr = my_build_string (IDENTIFIER_LENGTH (string) + 1,
2287 my_build_string (IDENTIFIER_LENGTH (ident) + 1,
5434 result = my_build_string (strlen (string) + 1, string);
7370 my_build_string (IDENTIFIER_LENGTH (super_name) + 1,
1266 my_build_string (len, str) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1833 my_build_string (int len, const char *str)
1844 tree string = my_build_string (len, str);
2820 string_expr = my_build_string (IDENTIFIER_LENGTH (ident) + 1,
6703 result = my_build_string (strlen (string) + 1, string);
1830 my_build_string (int len, const char *str) function

Completed in 140 milliseconds