Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h165 bool has_else; member
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp216 bool has_else = n_if->next; in finalize_if() local
/external/v8/src/torque/
Dimplementation-visitor.cc602 bool has_else = stmt->if_false.has_value(); in Visit() local
/external/python/cpython2/Python/
Dast.c2855 int i, n_elif, has_else = 0; in ast_for_if_stmt() local
/external/python/cpython3/Python/
Dast.c3571 int i, n_elif, has_else = 0; in ast_for_if_stmt() local