Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c2280 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 …]
/openbsd/lib/libkeynote/
H A Dkeynote.y43 %nonassoc UNARYMINUS DEREF OPENNUM OPENFLT
619 | DEREF str { if (keynote_exceptionflag || keynote_donteval)
H A Dkeynote.l132 "$" return DEREF;
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h113 OP(DEREF, "->") /* accessors */ \