HomeSort by: relevance | last modified time | path
    Searched defs:DEREF (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/byacc/dist/test/btyacc/
btyacc_demo.tab.c 138 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF };
2098 { yyval.expr = build_expr(NULL, DEREF, yystack.l_mark[0].expr); }
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 71 There are three types of real constraint expressions, DEREF,
77 DEREF is a constraint expression type used to represent *x, whether
505 enum constraint_expr_type {SCALAR, DEREF, ADDRESSOF};
520 IOW, in a deref constraint, we would deref, get the result set,
684 else if (c->lhs.type == DEREF)
697 else if (c->rhs.type == DEREF)
1112 if (c->rhs.type == DEREF)
1114 else if (c->lhs.type == DEREF)
1311 if (lhs.type == DEREF)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 71 There are three types of real constraint expressions, DEREF,
77 DEREF is a constraint expression type used to represent *x, whether
504 enum constraint_expr_type {SCALAR, DEREF, ADDRESSOF};
519 IOW, in a deref constraint, we would deref, get the result set,
683 else if (c->lhs.type == DEREF)
696 else if (c->rhs.type == DEREF)
1099 if (c->rhs.type == DEREF)
1101 else if (c->lhs.type == DEREF)
1295 if (lhs.type == DEREF)
    [all...]

Completed in 35 milliseconds