Home
last modified time | relevance | path

Searched refs:switch_case (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c405 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 Dvtn_private.h253 struct vtn_case *switch_case; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dinline.c412 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 Dparse.h87 struct symbol *switch_break, *switch_case; member
H A Dast-inspect.c74 ast_append_child(node, "switch_case:", stmt->switch_case, inspect_symbol); in inspect_statement()
H A Dparse.c2176 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 Dshow-parse.c548 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in show_switch_statement()
H A Dcompile-i386.c1725 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in emit_switch_statement()
H A Dlinearize.c2252 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in linearize_switch()
H A Devaluate.c3867 FOR_EACH_PTR(stmt->switch_case->symbol_list, sym) { in evaluate_switch_statement()

Completed in 21 milliseconds