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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c2563 tree eltlist = NULL_TREE;
2565 eltlist = tree_cons (NULL_TREE, expr, NULL_TREE);
2566 eltlist = tree_cons (NULL_TREE, encoding, eltlist);
2568 nreverse (eltlist));
4180 tree eltlist = NULL_TREE;
4182 eltlist
4185 eltlist
4189 eltlist);
4193 objc_build_constructor (type, nreverse (eltlist)),
2558 tree eltlist = NULL_TREE; local
4172 tree eltlist = NULL_TREE; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2089 tree eltlist = NULL_TREE;
2091 eltlist = tree_cons (NULL_TREE, expr, NULL_TREE);
2092 eltlist = tree_cons (NULL_TREE, encoding, eltlist);
2094 nreverse (eltlist));
2628 tree eltlist = NULL_TREE;
2630 eltlist
2633 eltlist
2637 eltlist);
2641 build_constructor (type, nreverse (eltlist)), initlis
2083 tree eltlist = NULL_TREE; local
2621 tree eltlist = NULL_TREE; local
[all...]

Completed in 147 milliseconds