Searched defs:then_statement (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.cpp607 then_statement->print();
618 ast_node *then_statement,
622 this->then_statement = then_statement;
617 ast_selection_statement(ast_expression *condition, ast_node *then_statement, ast_node *else_statement) argument
H A Dast.h626 ast_node *then_statement,
634 ast_node *then_statement; member in class:ast_selection_statement
H A Dglsl_parser.h267 ast_node *then_statement; member in struct:YYSTYPE::__anon10086
H A Dglsl_parser.cpp369 ast_node *then_statement; member in struct:YYSTYPE::__anon10083
4883 (yyval.node) = new(state) ast_selection_statement((yyvsp[(3) - (5)].expression), (yyvsp[(5) - (5)].selection_rest_statement).then_statement,
4894 (yyval.selection_rest_statement).then_statement = (yyvsp[(1) - (3)].node);
4904 (yyval.selection_rest_statement).then_statement = (yyvsp[(1) - (1)].node);
/external/v8/src/
H A Dast.h1058 bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
1062 Statement* then_statement() const { return then_statement_; } function in class:v8::internal::IfStatement
1074 Statement* then_statement,
1077 then_statement_(then_statement),
2750 Statement* then_statement,
2753 isolate_, condition, then_statement, else_statement);
1072 IfStatement(Isolate* isolate, Expression* condition, Statement* then_statement, Statement* else_statement) argument
2749 NewIfStatement(Expression* condition, Statement* then_statement, Statement* else_statement) argument
H A Dparser.cc2447 Statement* then_statement = ParseStatement(labels, CHECK_OK); local
2455 return factory()->NewIfStatement(condition, then_statement, else_statement);

Completed in 233 milliseconds