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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c408 typedef struct constraint_expr ce_s; typedef in typeref:struct:constraint_expr
409 DEF_VEC_O(ce_s); variable
410 DEF_VEC_ALLOC_O(ce_s, heap);
411 static void get_constraint_for (tree, VEC(ce_s, heap) **);
412 static void do_deref (VEC (ce_s, heap) **);
2383 get_constraint_for_component_ref (tree t, VEC(ce_s, heap) **results)
2391 unsigned int beforelength = VEC_length (ce_s, *results);
2406 VEC_safe_push (ce_s, heap, *results, &temp);
2418 result = VEC_last (ce_s, *results);
2421 gcc_assert (beforelength + 1 == VEC_length (ce_s, *result
2520 get_constraint_for(tree t, VEC (ce_s, heap) **results) argument
[all...]

Completed in 23 milliseconds