Home
last modified time | relevance | path

Searched refs:DEREF (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c1768 if (c->lhs.type == DEREF) in do_complex_constraint()
2370 if (lhs.type == DEREF) in move_complex_constraints()
2828 lhs.type = DEREF; in process_constraint()
2844 if (rhs.type == DEREF && lhs.type == DEREF && rhs.var != anything_id) in process_constraint()
3180 c->type = DEREF; in do_deref()
3463 if (lhsp->type == DEREF in do_structure_copy()
3601 rhs.type = DEREF; in make_transitive_closure_constraints()
3726 c.type = DEREF; in get_function_part_constraint()
3784 lhs.type = DEREF; in handle_rhs_call()
6378 rhs.type = DEREF; in init_base_vars()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c1801 if (c->lhs.type == DEREF) in do_complex_constraint()
2517 if (lhs.type == DEREF) in move_complex_constraints()
3009 lhs.type = DEREF; in process_constraint()
3025 if (rhs.type == DEREF && lhs.type == DEREF && rhs.var != anything_id) in process_constraint()
3358 c->type = DEREF; in do_deref()
3645 if (lhsp->type == DEREF in do_structure_copy()
3785 rhs.type = DEREF; in make_transitive_closure_constraints()
3920 c.type = DEREF; in get_function_part_constraint()
3978 lhs.type = DEREF; in handle_rhs_call()
6966 rhs.type = DEREF; in init_base_vars()
[all …]
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h109 OP(DEREF, "->") /* accessors */ \
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h107 OP(DEREF, "->") /* accessors */ \