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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c108 There are three types of real constraint expressions, DEREF,
114 DEREF is a constraint expression type used to represent *x, whether
513 typedef enum {SCALAR, DEREF, ADDRESSOF} constraint_expr_type; enumerator in enum:__anon1930
692 else if (c->lhs.type == DEREF)
702 else if (c->rhs.type == DEREF)
1100 if (c->rhs.type == DEREF)
1102 else if (c->lhs.type == DEREF)
1280 if (lhs.type == DEREF)
1286 else if (rhs.type == DEREF)
1367 if (lhs.type == DEREF)
[all...]
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h107 OP(DEREF, "->") /* accessors */ \

Completed in 56 milliseconds