Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h169 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.c4131 bool has_else = !exec_list_is_empty(&if_stmt->else_list); in emit_if() local