Home
last modified time | relevance | path

Searched defs:then_statement (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glsl/
Dglsl_parser_extras.cpp822 ast_node *then_statement, in ast_selection_statement()
Dast.h720 ast_node *then_statement; variable
/external/v8/src/ast/
Dast.h1151 Statement* then_statement() const { return then_statement_; } in then_statement() function
1175 IfStatement(Zone* zone, Expression* condition, Statement* then_statement, in IfStatement()
3186 Statement* then_statement, in NewIfStatement()
/external/v8/src/parsing/
Dparser.cc2614 Statement* then_statement = ParseSubStatement(labels, CHECK_OK); in ParseIfStatement() local