Home
last modified time | relevance | path

Searched refs:has_else (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h163 bool has_else; member
Dglcpp-parse.y376 parser->skip_stack->has_else)
395 parser->skip_stack->has_else)
408 parser->skip_stack->has_else)
416 parser->skip_stack->has_else = true;
2267 node->has_else = false; in _glcpp_parser_skip_stack_push_if()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp211 bool has_else = n_if->next; in finalize_if() local
213 if (has_else) { in finalize_if()
/external/python/cpython2/Python/
Dast.c2853 int i, n_elif, has_else = 0; in ast_for_if_stmt() local
2862 has_else = 1; in ast_for_if_stmt()
2867 if (has_else) { in ast_for_if_stmt()