Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp216 bool has_else = n_if->next; in finalize_if() local
221 has_else = true; in finalize_if()
227 has_else = true; in finalize_if()
230 if (has_else) { in finalize_if()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h165 bool has_else; member
Dglcpp-parse.y386 parser->skip_stack->has_else)
405 parser->skip_stack->has_else)
418 parser->skip_stack->has_else)
426 parser->skip_stack->has_else = true;
2288 node->has_else = false; in _glcpp_parser_skip_stack_push_if()
/external/v8/src/torque/
Dimplementation-visitor.cc602 bool has_else = stmt->if_false.has_value(); in Visit() local
625 if (has_else) { in Visit()
650 GenerateLabelDefinition(false_label, !has_else ? stmt : nullptr); in Visit()
655 if (has_else) { in Visit()
664 if (has_else) blocks.push_back(*stmt->if_false); in Visit()
/external/python/cpython2/Python/
Dast.c2855 int i, n_elif, has_else = 0; in ast_for_if_stmt() local
2864 has_else = 1; in ast_for_if_stmt()
2869 if (has_else) { in ast_for_if_stmt()
/external/python/cpython3/Python/
Dast.c3571 int i, n_elif, has_else = 0; in ast_for_if_stmt() local
3580 has_else = 1; in ast_for_if_stmt()
3585 if (has_else) { in ast_for_if_stmt()