Searched refs:EmptyParentheses (Results 1 – 15 of 15) sorted by relevance
194 void AstLiteralReindexer::VisitEmptyParentheses(EmptyParentheses* node) {} in VisitEmptyParentheses()
389 void AstExpressionRewriter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
383 void AstExpressionVisitor::VisitEmptyParentheses(EmptyParentheses* expr) {} in VisitEmptyParentheses()
399 void CallPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()912 void PrettyPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()1669 void AstPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
92 V(EmptyParentheses) \2953 class EmptyParentheses final : public Expression {2955 DECLARE_NODE_TYPE(EmptyParentheses) in DECLARE_NODE_TYPE() argument2958 EmptyParentheses(Zone* zone, int pos) : Expression(zone, pos) {} in DECLARE_NODE_TYPE()3496 EmptyParentheses* NewEmptyParentheses(int pos) { in NewEmptyParentheses()3497 return new (local_zone_) EmptyParentheses(local_zone_, pos); in NewEmptyParentheses()
382 void AstNumberingVisitor::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
204 void ALAA::VisitEmptyParentheses(EmptyParentheses* e) { UNREACHABLE(); } in VisitEmptyParentheses()
2889 void AstGraphBuilder::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
597 NOT_A_PATTERN(EmptyParentheses)
758 void AstTyper::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
11720 void HOptimizedGraphBuilder::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
143 void VisitEmptyParentheses(EmptyParentheses* paren) { UNREACHABLE(); } in VisitEmptyParentheses()
332 void AsmTyper::VisitEmptyParentheses(EmptyParentheses* expr) { UNREACHABLE(); } in VisitEmptyParentheses()
1479 void FullCodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
1900 void BytecodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()