Searched refs:FOR_EACH_CONSTRUCTOR_ELT (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-ccp.c | 1056 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval) in fold_const_aggregate_ref() 1094 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), cnt, cfield, cval) in fold_const_aggregate_ref()
|
| HD | tree-dump.c | 615 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t), cnt, index, value) in dequeue_and_dump()
|
| HD | expr.c | 4561 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (ctor), idx, purpose, value) in categorize_ctor_elements_1() 4949 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, field, value) in store_constructor() 5095 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, index, value) in store_constructor() 5150 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), i, index, value) in store_constructor() 7305 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (array), ix, in expand_expr_real_1() 7333 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (init), ix, in expand_expr_real_1() 7387 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (TREE_OPERAND (exp, 0)), in expand_expr_real_1()
|
| HD | tree-sra.c | 1827 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (init), idx, purpose, value) in generate_element_init_1()
|
| HD | varasm.c | 2728 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, purpose, value) in copy_constant() 4172 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (val), cnt, index, value) in array_size_for_constructor()
|
| HD | tree-pretty-print.c | 940 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (node), ix, field, val) in dump_generic_node()
|
| HD | tree.h | 1408 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \ macro
|
| HD | gimplify.c | 2857 FOR_EACH_CONSTRUCTOR_ELT (elts, ix, purpose, value) in gimplify_init_ctor_eval()
|
| HD | tree.c | 4894 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t), idx, field, value) in iterative_hash_expr()
|
| HD | c-typeck.c | 6310 FOR_EACH_CONSTRUCTOR_ELT (constructor_elements, ix, index, value) in set_nonincremental_init()
|
| HD | fold-const.c | 11494 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (arg0), idx, field, value) in fold_ternary()
|
| HD | ChangeLog-2005 | 11148 * tree.h (FOR_EACH_CONSTRUCTOR_VALUE, FOR_EACH_CONSTRUCTOR_ELT,
|
| /NextBSD/contrib/gcc/cp/ |
| HD | typeck2.c | 467 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (init), idx, in split_nonconstant_init_1()
|