Searched refs:VEC_last (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/gcc/
H A Dtree-ssa-dse.c144 = VEC_last (void_p, walk_data->block_data_stack);
230 = VEC_last (void_p, walk_data->block_data_stack);
369 = VEC_last (void_p, walk_data->block_data_stack);
385 = VEC_last (void_p, walk_data->block_data_stack);
H A Dtree-ssa-reassoc.c619 operand_entry_t oelast = VEC_last (operand_entry_t, *ops);
747 oelast = VEC_last (operand_entry_t, *ops);
803 oelast = VEC_last (operand_entry_t, *ops);
1354 TREE_OPERAND (stmt, 1) = VEC_last (operand_entry_t, ops)->op;
H A Dtree-ssa-structalias.c1160 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)
1170 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)
1748 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs)
2418 result = VEC_last (ce_s, *results);
2580 origrhs = VEC_last (ce_s, *results);
2599 origrhs = VEC_last (ce_s, *results);
2932 lhs = *(VEC_last (ce_s, lhsc));
2933 rhs = *(VEC_last (ce_s, rhsc));
3372 c2 = VEC_last (ce_s, rhsc);
3449 rhsp = VEC_last (ce_
[all...]
H A Dvec.h166 #define VEC_last(T,V) (VEC_OP(T,base,last)(VEC_BASE(V) VEC_CHECK_INFO)) macro
H A Dtree-ssa-dom.c704 tree stmt = VEC_last (tree, stmts_to_rescan);
H A Dc-typeck.c6495 && (VEC_last (constructor_elt, constructor_elements)->index
6497 return VEC_last (constructor_elt, constructor_elements)->value;
6627 if (TREE_SIDE_EFFECTS (VEC_last (constructor_elt,
H A Dgenautomata.c3258 VEC_last (alt_state_t, alt_states)->next_sorted_alt_state = 0;
7165 gcc_assert (VEC_last (vect_el_t, vect) != undefined_vect_el_value);
H A Dc-decl.c3198 elt = VEC_last (constructor_elt, CONSTRUCTOR_ELTS (init))->value;
/freebsd-10.3-release/contrib/gcc/cp/
H A Dsemantics.c168 VEC_last (deferred_access, deferred_access_stack)
178 VEC_last (deferred_access, deferred_access_stack)
205 return (VEC_last (deferred_access, deferred_access_stack)
223 checks = (VEC_last (deferred_access, deferred_access_stack)
227 ptr = VEC_last (deferred_access, deferred_access_stack);
320 ptr = VEC_last (deferred_access, deferred_access_stack);

Completed in 234 milliseconds