Searched refs:init_statement (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp1686 if (init_statement)
1687 init_statement->print();
1728 this->init_statement = init;
H A Dast.h1194 ast_node *init_statement; member in class:ast_iteration_statement
H A Dast_to_hir.cpp7147 if (init_statement != NULL)
7148 init_statement->hir(instructions, state);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp1639 if (init_statement)
1640 init_statement->print();
1681 this->init_statement = init;
H A Dast.h1181 ast_node *init_statement; member in class:ast_iteration_statement
H A Dast_to_hir.cpp6918 if (init_statement != NULL)
6919 init_statement->hir(instructions, state);

Completed in 31 milliseconds