Home | History | Annotate | Download | only in src

Lines Matching defs:is_compound

2166   Assignment* AsSimpleAssignment() { return !is_compound() ? this : NULL; }
2176 bool is_compound() const { return op() > Token::ASSIGN; }
2205 if (is_compound()) {