Home
last modified time | relevance | path

Searched refs:then_statement (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dast.h1146 ast_node *then_statement,
1154 ast_node *then_statement; member in ast_selection_statement
H A Dglsl_parser_extras.cpp1571 then_statement->print();
1581 ast_node *then_statement,
1585 this->then_statement = then_statement;
H A Dast_to_hir.cpp6678 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 Drewriter.cc171 Visit(node->then_statement()); in VisitIfStatement()
H A Dpreparser.h726 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 Dparser-base.h5529 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 Dast.h732 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 Dast-traversal-visitor.h165 RECURSE(Visit(stmt->then_statement())); in VisitIfStatement()
H A Dprettyprinter.cc121 Find(node->then_statement()); in VisitIfStatement()
934 PrintIndentedVisit("THEN", node->then_statement()); in VisitIfStatement()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1742 Visit(stmt->then_statement()); in VisitIfStatement()
1757 Visit(stmt->then_statement()); in VisitIfStatement()

Completed in 50 milliseconds