Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h169 bool has_else; member
/aosp_15_r20/external/python/cpython2/Python/
Dast.c2855 int i, n_elif, has_else = 0; in ast_for_if_stmt() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c4201 bool has_else = !exec_list_is_empty(&if_stmt->else_list); in emit_if() local