Searched refs:write_method_parms (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | mangle.c | 202 static void write_method_parms (tree, const int, const tree); 1374 write_method_parms (parms, /*method_p=*/1, fn); in write_closure_type_name() 2351 write_method_parms (TYPE_ARG_TYPES (type), in write_bare_function_type() 2364 write_method_parms (tree parm_types, const int method_p, const tree decl) in write_method_parms() function
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | mangle.c | 218 static void write_method_parms (tree, const int, const tree); 1669 write_method_parms (parms, /*method_p=*/1, fn); in write_closure_type_name() 2735 write_method_parms (TYPE_ARG_TYPES (type), in write_bare_function_type() 2748 write_method_parms (tree parm_types, const int method_p, const tree decl) in write_method_parms() function
|