Searched refs:write_method_parms (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | mangle.cc | 222 static void write_method_parms (tree, const int, const tree); 1758 write_method_parms (parms, /*method_p=*/1, fn); in write_closure_type_name() 2804 write_method_parms (TYPE_ARG_TYPES (type), in write_bare_function_type() 2817 write_method_parms (tree parm_types, const int method_p, const tree decl) in write_method_parms() function
|
H A D | ChangeLog-2001 | 2939 (write_bare_function_type): Pass it along to write_method_parms. 2940 (write_method_parms): Don't mangle the compiler-generated
|
H A D | ChangeLog-2017 | 5186 * mangle.c (write_method_parms): Likewise.
|
H A D | ChangeLog-2004 | 2547 * mangle.c (write_method_parms, write_template_args,
|
H A D | ChangeLog-2000 | 2763 * mangle.c (write_method_parms): Use direct comparison for end
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | mangle.c | 218 static void write_method_parms (tree, const int, const tree); 1673 write_method_parms (parms, /*method_p=*/1, fn); in write_closure_type_name() 2719 write_method_parms (TYPE_ARG_TYPES (type), in write_bare_function_type() 2732 write_method_parms (tree parm_types, const int method_p, const tree decl) in write_method_parms() function
|