Searched refs:switch_case (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 405 if (target_block->switch_case) { in vtn_handle_branch() 414 struct vtn_case *switch_case = vtn_cf_node_find_case(cf_parent); in vtn_handle_branch() local 417 vtn_fail_if(switch_case == NULL, in vtn_handle_branch() 421 /* Because block->switch_case is only set on the entry block for a given in vtn_handle_branch() 428 vtn_fail_if(target_block->switch_case == switch_case, in vtn_handle_branch() 432 vtn_fail_if(target_block->switch_case->node.parent != in vtn_handle_branch() 433 switch_case->node.parent, in vtn_handle_branch() 437 vtn_fail_if(switch_case->fallthrough != NULL && in vtn_handle_branch() 438 switch_case in vtn_handle_branch() [all...] |
H A D | vtn_private.h | 253 struct vtn_case *switch_case; member
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | inline.c | 412 struct symbol *switch_case = copy_symbol(stmt->pos, stmt->switch_case); in copy_one_statement() local 417 switch_case->symbol_list = copy_symbol_list(switch_case->symbol_list); in copy_one_statement() 419 stmt->switch_case = switch_case; in copy_one_statement()
|
H A D | parse.h | 87 struct symbol *switch_break, *switch_case; member
|
H A D | ast-inspect.c | 74 ast_append_child(node, "switch_case:", stmt->switch_case, inspect_symbol); in inspect_statement()
|
H A D | parse.c | 2176 struct symbol *brk, *switch_case; in start_switch() local 2182 switch_case = alloc_symbol(stmt->pos, SYM_NODE); in start_switch() 2183 bind_symbol(switch_case, &case_ident, NS_ITERATOR); in start_switch() 2184 switch_case->stmt = stmt; in start_switch() 2188 stmt->switch_case = switch_case; in start_switch() 2191 fn_local_symbol(switch_case); in start_switch() 2196 if (!stmt->switch_case->symbol_list) in end_switch()
|
H A D | show-parse.c | 548 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in show_switch_statement()
|
H A D | compile-i386.c | 1725 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in emit_switch_statement()
|
H A D | linearize.c | 2252 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in linearize_switch()
|
H A D | evaluate.c | 3867 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in evaluate_switch_statement()
|
Completed in 21 milliseconds