Searched refs:VEC_index (Results 51 - 59 of 59) sorted by relevance

123

/openbsd-current/gnu/gcc/gcc/
H A Dc-common.c6202 if (VEC_index (constructor_elt, v, 0)->index)
6204 VEC_index (constructor_elt,
H A Ddwarf2out.c6133 if (!same_attr_p (a1, VEC_index (dw_attr_node, die2->die_attr, ix), mark))
6556 abbrev_a = VEC_index (dw_attr_node, abbrev->die_attr, ix);
11053 if (VEC_index (tree, decl_scope_table, i) == containing_scope)
11311 gen_type_die (VEC_index (tree, incomplete_types, i), comp_unit_die);
12419 (accesses ? VEC_index (tree, accesses, i)
H A Dc-typeck.c5481 initializer_zerop (VEC_index (constructor_elt,constructor_elements,0)->value))
5539 ret.value = VEC_index (constructor_elt,constructor_elements,0)->value;
5542 ret.value = VEC_index (constructor_elt,constructor_elements,0)->value;
H A Dreg-stack.c332 test = VEC_index (char, stack_regs_mentioned_data, uid);
H A Dtree-ssa-loop-ivopts.c328 return VEC_index (iv_use_p, data->iv_uses, i);
344 return VEC_index (iv_cand_p, data->iv_candidates, i);
H A Dtree.c4695 if (!simple_cst_equal (VEC_index (constructor_elt, v1, idx)->value,
4696 VEC_index (constructor_elt, v2, idx)->value))
H A Dexpr.c4662 init_sub_type = TREE_TYPE (VEC_index (constructor_elt,
/openbsd-current/gnu/gcc/gcc/cp/
H A Dname-lookup.c309 old_base = VEC_index (cp_class_binding, scope->class_shadowed, 0);
H A Dpt.c874 for (fns = VEC_index (tree, methods, idx); fns; fns = OVL_NEXT (fns))
2057 fns = VEC_index (tree, CLASSTYPE_METHOD_VEC (ctype), idx);

Completed in 407 milliseconds

123