Lines Matching defs:ast
54 #include "ast.h"
158 foreach_list_typed (ast_node, ast, link, & state->translation_unit)
159 ast->hir(instructions, state);
217 * gl_PerVertex right after ast-to-ir conversion, and if it doesn't, simply
2147 foreach_list_typed (ast_node, ast, link, &this->expressions) {
2176 previous_operand_loc = ast->get_location();
2178 result = ast->hir(instructions, state);
2305 foreach_list_typed (ast_node, ast, link, &this->statements)
2306 ast->hir(instructions, state);
4405 * redeclaration. Any error on the gl_FragCoord is handled on the ast
6710 ast_expression *ast;
7024 const ast_expression *const previous_label = l->ast;
7037 l->ast = this->test_value;