Home | History | Annotate | Download | only in src

Lines Matching refs:is_prefix

2041   bool is_prefix() const { return is_prefix_; }
2070 CountOperation(Zone* zone, Token::Value op, bool is_prefix, Expression* expr,
2074 is_prefix_(is_prefix),
3431 bool is_prefix,
3435 new (zone_) CountOperation(zone_, op, is_prefix, expr, pos, id_gen_);