Home
last modified time | relevance | path

Searched defs:has_else (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp216 bool has_else = n_if->next; in finalize_if() local
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h167 bool has_else; member
/external/python/cpython2/Python/
Dast.c2855 int i, n_elif, has_else = 0; in ast_for_if_stmt() local
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2211 bool has_else = !exec_list_is_empty(&if_stmt->else_list); in emit_if() local
/external/python/cpython3/Python/
Dast.c3911 int i, n_elif, has_else = 0; in ast_for_if_stmt() local