HomeSort by: relevance | last modified time | path
    Searched refs:with_expr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 950 class with_expr : public operand class in inherits:operand
953 with_expr (location_t loc) function in class:with_expr
1002 is_a_helper <with_expr *>::test (operand *op)
1482 if (with_expr *w = dyn_cast <with_expr *> (o))
1521 else if (with_expr *w = dyn_cast <with_expr *> (o))
1523 with_expr *nw = new with_expr (w->location);
2438 || is_a <with_expr *> (ie->trueexpr)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 800 class with_expr : public operand class in inherits:operand
803 with_expr (location_t loc) function in class:with_expr
852 is_a_helper <with_expr *>::test (operand *op)
1332 if (with_expr *w = dyn_cast <with_expr *> (o))
1371 else if (with_expr *w = dyn_cast <with_expr *> (o))
1373 with_expr *nw = new with_expr (w->location);
2277 || is_a <with_expr *> (ie->trueexpr)
    [all...]

Completed in 26 milliseconds