Searched refs:eltlist (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-02.c2255 vec<constructor_elt, va_gc> *eltlist = NULL; local
2256 CONSTRUCTOR_APPEND_ELT (eltlist, NULL_TREE,
2258 CONSTRUCTOR_APPEND_ELT (eltlist, NULL_TREE,
2261 CONSTRUCTOR_APPEND_ELT (eltlist, NULL_TREE, null_pointer_node);
2264 objc_build_constructor (type, eltlist));
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c2130 tree eltlist = NULL_TREE;
2132 eltlist = tree_cons (NULL_TREE, expr, NULL_TREE);
2133 eltlist = tree_cons (NULL_TREE, encoding, eltlist);
2135 nreverse (eltlist));
2716 tree eltlist = NULL_TREE;
2718 eltlist
2721 eltlist
2725 eltlist);
2729 build_constructor (type, nreverse (eltlist)), initlis
2124 tree eltlist = NULL_TREE; local
2709 tree eltlist = NULL_TREE; local
[all...]

Completed in 157 milliseconds