OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctor_name
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
init.cc
2231
tree
ctor_name
= (true_exp == exp
local
2234
rval = build_special_member_call (exp,
ctor_name
, &parms, binfo, flags,
class.cc
9218
tree
ctor_name
= constructor_name (type);
9220
+ IDENTIFIER_LENGTH (
ctor_name
) + 2);
9221
sprintf (buf, VFIELD_NAME_FORMAT, IDENTIFIER_POINTER (
ctor_name
));
9210
tree
ctor_name
= constru
ctor_name
(type);
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc
2203
tree
ctor_name
= (true_exp == exp
local
2206
rval = build_special_member_call (exp,
ctor_name
, &parms, binfo, flags,
class.cc
8862
tree
ctor_name
= constructor_name (type);
8864
+ IDENTIFIER_LENGTH (
ctor_name
) + 2);
8865
sprintf (buf, VFIELD_NAME_FORMAT, IDENTIFIER_POINTER (
ctor_name
));
8854
tree
ctor_name
= constru
ctor_name
(type);
local
Completed in 44 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026