Home
last modified time | relevance | path

Searched refs:default_case (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/asm/frag/
Dswitch-block-case-fallthrough.asm.invalid.frag41 …OpSwitch %9 %default_case 100 %default_case 0 %case_0 1 %case_1 11 %case_1 2 %case_2 3 %case_3 4 %…
44 OpBranch %default_case
46 %default_case = OpLabel
54 %case_1_phi = OpPhi %int %int_0 %default_case %int_1 %header
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/asm/frag/
Dswitch-block-case-fallthrough.asm.invalid.frag41 …OpSwitch %9 %default_case 100 %default_case 0 %case_0 1 %case_1 11 %case_1 2 %case_2 3 %case_3 4 %…
44 OpBranch %default_case
46 %default_case = OpLabel
54 %case_1_phi = OpPhi %int %int_0 %default_case %int_1 %header
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/asm/frag/
Dswitch-block-case-fallthrough.asm.invalid.frag41 …OpSwitch %9 %default_case 100 %default_case 0 %case_0 1 %case_1 11 %case_1 2 %case_2 3 %case_3 4 %…
44 OpBranch %default_case
46 %default_case = OpLabel
54 %case_1_phi = OpPhi %int %int_0 %default_case %int_1 %header
/third_party/boost/boost/proto/transform/
Ddefault.hpp37 struct default_case struct
42 struct default_case<Grammar, tag::terminal> struct
51 : default_case<Grammar, Tag>
82 … struct default_case<Grammar, tag::TAG> \
121 … struct default_case<Grammar, tag::TAG> \
254 struct default_case<Grammar, tag::mem_ptr> struct
284 struct default_case<Grammar, tag::post_inc> struct
314 struct default_case<Grammar, tag::post_dec> struct
351 struct default_case<Grammar, tag::subscript> struct
393 struct default_case<Grammar, tag::if_else_> struct
[all …]
/third_party/boost/boost/spirit/home/classic/dynamic/impl/
Dswitch.ipp126 struct default_case;
136 return default_case<typename ParserT::derived_t::left_t>::
151 struct default_case {
156 (CaseT::is_default || default_case<typename CaseT::left_t>::value));
163 default_case<typename CaseT::left_t>::is_epsilon
171 typename default_case<typename CaseT::left_t>::type
201 // Specialization of the default_case template for the last (leftmost) element
204 struct default_case<CaseT, true> {
324 BOOST_STATIC_ASSERT(!default_case<self_t>::value || !IsDefault1);
373 // typedef default_case<ParserT> default_t;
[all …]
/third_party/glib/glib/
Dgscanner.c1778 goto default_case; in g_scanner_get_token_ll()
1799 goto default_case; in g_scanner_get_token_ll()
1818 goto default_case; in g_scanner_get_token_ll()
1904 goto default_case; in g_scanner_get_token_ll()
1912 goto default_case; in g_scanner_get_token_ll()
2120 default_case: in g_scanner_get_token_ll()
/third_party/boost/boost/spirit/home/classic/dynamic/
Dswitch.hpp172 typedef impl::default_case<self_t> default_t; in parse()
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c2232 struct basic_block *active, *default_case; in linearize_switch() local
2251 default_case = NULL; in linearize_switch()
2257 default_case = bb_case; in linearize_switch()
2285 if (!default_case) in linearize_switch()
2286 default_case = switch_end; in linearize_switch()
2288 jmp = alloc_multijmp(default_case, 1, 0); in linearize_switch()
2290 add_bb(&default_case->parents, active); in linearize_switch()
2291 add_bb(&active->children, default_case); in linearize_switch()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp6873 exec_list default_case, after_default, tmp; in hir() local
6879 if (state->switch_state.previous_default && default_case.is_empty()) { in hir()
6880 default_case.append_list(&tmp); in hir()
6885 if (!default_case.is_empty()) in hir()
6895 if (!default_case.is_empty()) { in hir()
6925 instructions->append_list(&default_case); in hir()