Searched refs:DEREF (Results 1 – 4 of 4) sorted by relevance
2280 if (lhs.type == DEREF) in process_constraint()2282 if (rhs.type == DEREF) in process_constraint()2304 else if (rhs.type == DEREF && lhs.type == DEREF && rhs.var != anything_id) in process_constraint()2487 c->type = DEREF; in do_deref()2612 if (c->type == DEREF) in get_constraint_for()3025 else if (lhs.type != DEREF && rhs.type == DEREF) in do_structure_copy()3027 else if (lhs.type == DEREF && rhs.type != DEREF) in do_structure_copy()3034 gcc_assert (rhs.type == DEREF && lhs.type == DEREF); in do_structure_copy()3437 lhs.type = DEREF; in find_func_aliases()3466 rhs.type = DEREF; in find_func_aliases()[all …]
43 %nonassoc UNARYMINUS DEREF OPENNUM OPENFLT619 | DEREF str { if (keynote_exceptionflag || keynote_donteval)
132 "$" return DEREF;
113 OP(DEREF, "->") /* accessors */ \