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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c76 There are three types of real constraint expressions, DEREF,
82 DEREF is a constraint expression type used to represent *x, whether
388 typedef enum {SCALAR, DEREF, ADDRESSOF} constraint_expr_type; enumerator in enum:__anon1226
539 else if (c->lhs.type == DEREF)
547 else if (c->rhs.type == DEREF)
814 if (c->rhs.type == DEREF)
816 else if (c->lhs.type == DEREF)
996 if (lhs.type == DEREF)
1004 else if (rhs.type == DEREF)
1063 if (lhs.type == DEREF)
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h113 OP(DEREF, "->") /* accessors */ \

Completed in 100 milliseconds