Home
last modified time | relevance | path

Searched refs:handle_else (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c88 static void handle_else(struct emulate_branch_state * s, struct rc_instruction * inst) in handle_else() function
329 handle_else(&s, inst); in rc_emulate_branches()
/third_party/ltp/tools/sparse/sparse-src/
Dpre-process.c1712 static int handle_else(struct stream *stream, struct token **line, struct token *token) in handle_else() function
2125 { "else", handle_else }, in init_preprocessor()
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py1664 def handle_else(self): member in AstBuilder