Searched refs:ctor_name (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | init.c | 1156 tree ctor_name; in expand_default_init() local 1216 ctor_name = complete_ctor_identifier; in expand_default_init() 1218 ctor_name = base_ctor_identifier; in expand_default_init() 1220 rval = build_special_member_call (exp, ctor_name, parms, binfo, flags); in expand_default_init()
|
| D | name-lookup.c | 1727 tree ctor_name; in constructor_name_p() local 1735 ctor_name = constructor_name_full (type); in constructor_name_p() 1736 if (name == ctor_name) in constructor_name_p() 1738 if (IDENTIFIER_TEMPLATE (ctor_name) in constructor_name_p() 1739 && name == IDENTIFIER_TEMPLATE (ctor_name)) in constructor_name_p()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | init.c | 1176 tree ctor_name; local 1235 ctor_name = complete_ctor_identifier; 1237 ctor_name = base_ctor_identifier; 1239 rval = build_special_member_call (exp, ctor_name, parms, binfo, flags);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/java/ |
| D | parse.y | 5453 tree decl, ctor_name; local 5460 ctor_name = DECL_NAME (class_decl); 5462 ctor_name = init_identifier_node; 5488 ctor_name, parm);
|
| D | parse.c | 9018 tree decl, ctor_name; local 9025 ctor_name = DECL_NAME (class_decl); 9027 ctor_name = init_identifier_node; 9053 ctor_name, parm);
|