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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c77 ADDRESSOF, and SCALAR. Each constraint expression consists
84 ADDRESSOF is a constraint expression used to represent &x, whether
122 Direct constraints are ADDRESSOF constraints that require no extra
388 typedef enum {SCALAR, DEREF, ADDRESSOF} constraint_expr_type; enumerator in enum:__anon1226
537 if (c->lhs.type == ADDRESSOF)
545 if (c->rhs.type == ADDRESSOF)
1001 if (rhs.type == ADDRESSOF)
1012 else if (rhs.type == ADDRESSOF)
1073 else if (rhs.type == ADDRESSOF)
1528 if (c->rhs.type == ADDRESSOF)
[all...]

Completed in 88 milliseconds