OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONSTRUCTOR_ELT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
1222
#define
CONSTRUCTOR_ELT
(NODE,IDX) \
1229
/* Iterate through the vector V of
CONSTRUCTOR_ELT
elements, yielding the
1239
/* Iterate through the vector V of
CONSTRUCTOR_ELT
elements, yielding both
1253
constructor_elt
_ce___ = {INDEX, VALUE}; \
4813
extern tree build_vector_from_ctor (tree, const vec<
constructor_elt
, va_gc> *);
4821
extern tree build_constructor (tree, vec<
constructor_elt
, va_gc> * CXX_MEM_STAT_INFO);
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
1117
#define
CONSTRUCTOR_ELT
(NODE,IDX) \
1124
/* Iterate through the vector V of
CONSTRUCTOR_ELT
elements, yielding the
1134
/* Iterate through the vector V of
CONSTRUCTOR_ELT
elements, yielding both
1148
constructor_elt
_ce___ = {INDEX, VALUE}; \
4565
extern tree build_vector_from_ctor (tree, const vec<
constructor_elt
, va_gc> *);
4573
extern tree build_constructor (tree, vec<
constructor_elt
, va_gc> * CXX_MEM_STAT_INFO);
Completed in 35 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026