Home | History | Annotate | Download | only in src

Lines Matching defs:is_prefix

1456   CountOperation(Token::Value op, bool is_prefix, Expression* expr, int pos)
1458 is_prefix_(is_prefix),
1466 bool is_prefix() const { return is_prefix_; }