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.h163 bool has_else; member
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp211 bool has_else = n_if->next; in finalize_if() local
/external/python/cpython2/Python/
Dast.c2853 int i, n_elif, has_else = 0; in ast_for_if_stmt() local