OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ary_ctor
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc
5753
tree
ary_ctor
= build_constructor (type, NULL);
local
5755
vec_safe_reserve (CONSTRUCTOR_ELTS (
ary_ctor
), num_elts);
5763
CONSTRUCTOR_ELTS (
ary_ctor
)->quick_push (elt);
5766
*valp =
ary_ctor
;
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026