OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subobject_init
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
init.cc
1333
tree
subobject_init
;
local
1340
for (
subobject_init
= next_subobject;
1341
subobject_init
;
1342
subobject_init
= TREE_CHAIN (
subobject_init
))
1343
if (TREE_PURPOSE (
subobject_init
) == subobject)
1349
if (warn_reorder && !
subobject_init
)
1368
if (!
subobject_init
)
1370
subobject_init
= sorted_inits;
1371
while (TREE_PURPOSE (
subobject_init
) != subobject
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc
1304
tree
subobject_init
;
local
1311
for (
subobject_init
= next_subobject;
1312
subobject_init
;
1313
subobject_init
= TREE_CHAIN (
subobject_init
))
1314
if (TREE_PURPOSE (
subobject_init
) == subobject)
1320
if (warn_reorder && !
subobject_init
)
1339
if (!
subobject_init
)
1341
subobject_init
= sorted_inits;
1342
while (TREE_PURPOSE (
subobject_init
) != subobject
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026