Searched refs:EmptyParentheses (Results 1 – 13 of 13) sorted by relevance
203 void ALAA::VisitEmptyParentheses(EmptyParentheses* e) { UNREACHABLE(); } in VisitEmptyParentheses()
2040 void AstGraphBuilder::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
372 void AstExpressionRewriter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
370 void CallPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()1197 void AstPrinter::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
470 EmptyParentheses* expr) { in VisitEmptyParentheses()
105 V(EmptyParentheses) \2931 class EmptyParentheses final : public Expression {2935 explicit EmptyParentheses(int pos) : Expression(pos, kEmptyParentheses) {} in EmptyParentheses() function3572 EmptyParentheses* NewEmptyParentheses(int pos) { in NewEmptyParentheses()3573 return new (zone_) EmptyParentheses(pos); in NewEmptyParentheses()
454 void AstNumberingVisitor::VisitEmptyParentheses(EmptyParentheses* node) { in VisitEmptyParentheses()
738 NOT_A_PATTERN(EmptyParentheses)
754 void AstTyper::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
11555 void HOptimizedGraphBuilder::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
1434 void FullCodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()
299 void VisitEmptyParentheses(EmptyParentheses* paren) { UNREACHABLE(); } in VisitEmptyParentheses()
2985 void BytecodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { in VisitEmptyParentheses()