Searched refs:then_statement (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 1146 ast_node *then_statement, 1154 ast_node *then_statement; member in ast_selection_statement
|
H A D | glsl_parser_extras.cpp | 1571 then_statement->print(); 1581 ast_node *then_statement, 1585 this->then_statement = then_statement;
|
H A D | ast_to_hir.cpp | 6678 if (then_statement != NULL) { in hir() 6680 then_statement->hir(& stmt->then_instructions, state); in hir()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | rewriter.cc | 171 Visit(node->then_statement()); in VisitIfStatement()
|
H A D | preparser.h | 726 PreParserStatement then_statement, in NewIfStatement() 731 return else_statement.IsJumpStatement() ? then_statement : else_statement; 725 NewIfStatement(const PreParserExpression& condition, PreParserStatement then_statement, PreParserStatement else_statement, int pos, SourceRange then_range = {}, SourceRange else_range = {}) NewIfStatement() argument
|
H A D | parser-base.h | 5529 StatementT then_statement = impl()->NullStatement(); in ParseIfStatement() local 5539 then_statement = ParseScopedStatement(labels_copy); in ParseIfStatement() 5550 factory()->NewIfStatement(condition, then_statement, else_statement, pos); in ParseIfStatement()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 732 Statement* then_statement() const { return then_statement_; } in then_statement() function in v8::internal::final 742 IfStatement(Expression* condition, Statement* then_statement, in IfStatement() argument 746 then_statement_(then_statement), in IfStatement() 2917 IfStatement* NewIfStatement(Expression* condition, Statement* then_statement, in NewIfStatement() argument 2919 return zone_->New<IfStatement>(condition, then_statement, else_statement, in NewIfStatement()
|
H A D | ast-traversal-visitor.h | 165 RECURSE(Visit(stmt->then_statement())); in VisitIfStatement()
|
H A D | prettyprinter.cc | 121 Find(node->then_statement()); in VisitIfStatement() 934 PrintIndentedVisit("THEN", node->then_statement()); in VisitIfStatement()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 1742 Visit(stmt->then_statement()); in VisitIfStatement() 1757 Visit(stmt->then_statement()); in VisitIfStatement()
|
Completed in 50 milliseconds