Searched refs:name_as_c_string (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | call.c | 212 static char *name_as_c_string (tree, tree, bool *); 7027 name_as_c_string (tree name, tree type, bool *free_p) in name_as_c_string() function 7276 pretty_name = name_as_c_string (name, basetype, &free_p); in build_new_method_call_1() 7301 pretty_name = name_as_c_string (name, basetype, &free_p); in build_new_method_call_1()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | call.c | 215 static char *name_as_c_string (tree, tree, bool *); 9014 name_as_c_string (tree name, tree type, bool *free_p) in name_as_c_string() function 9304 pretty_name = name_as_c_string (name, basetype, &free_p); in build_new_method_call_1()
|