Home
last modified time | relevance | path

Searched defs:ce_s (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c475 typedef struct constraint_expr ce_s; typedef
2751 get_constraint_for_ssa_var (tree t, VEC(ce_s, heap) **results, bool address_p) in get_constraint_for_ssa_var()
2888 VEC (ce_s, heap) **results) in get_constraint_for_ptr_offset()
3010 get_constraint_for_component_ref (tree t, VEC(ce_s, heap) **results, in get_constraint_for_component_ref()
3172 do_deref (VEC (ce_s, heap) **constraints) in do_deref()
3199 get_constraint_for_address_of (tree t, VEC (ce_s, heap) **results) in get_constraint_for_address_of()
3218 get_constraint_for_1 (tree t, VEC (ce_s, heap) **results, bool address_p, in get_constraint_for_1()
3403 get_constraint_for (tree t, VEC (ce_s, heap) **results) in get_constraint_for()
3414 get_constraint_for_rhs (tree t, VEC (ce_s, heap) **results) in get_constraint_for_rhs()
3426 process_all_all_constraints (VEC (ce_s, heap) *lhsc, VEC (ce_s, heap) *rhsc) in process_all_all_constraints()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c512 typedef struct constraint_expr ce_s; typedef