Home | History | Annotate | Download | only in src

Lines Matching defs:is_compound

1929   Assignment* AsSimpleAssignment() { return !is_compound() ? this : NULL; }
1940 bool is_compound() const { return op() > Token::ASSIGN; }
1972 if (is_compound()) {