Searched refs:fallthrough (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dcompiler.h81 * clang::fallthrough in the preprocessor fails in GCC. */
82 # define HAS_CLANG_FALLTHROUGH __has_cpp_attribute(clang::fallthrough)
89 #define FALLTHROUGH [[fallthrough]]
92 #define FALLTHROUGH [[clang::fallthrough]]
93 #elif __has_attribute(fallthrough)
95 #define FALLTHROUGH __attribute__((fallthrough))
/xsrc/external/mit/libxcb/dist/src/
H A Dxcbint.h45 #if __has_attribute(fallthrough)
46 # define XCB_ALLOW_FALLTHRU __attribute__ ((fallthrough));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_cfg.c407 c->fallthrough = NULL;
437 if (cse->fallthrough) {
438 vtn_order_case(swtch, cse->fallthrough);
447 list_addtail(&cse->link, &cse->fallthrough->link);
460 /* This branch is actually a fallthrough */
461 vtn_assert(swcase->fallthrough == NULL ||
462 swcase->fallthrough == block->switch_case);
463 swcase->fallthrough = block->switch_case;
1047 /* Take fallthrough into account */
H A Dvtn_private.h182 /* The fallthrough case, if any */
183 struct vtn_case *fallthrough; member in struct:vtn_case
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_cfg.c301 if (cse->fallthrough) {
302 vtn_order_case(swtch, cse->fallthrough);
311 list_addtail(&cse->node.link, &cse->fallthrough->node.link);
402 vtn_fail_if(switch_case->fallthrough != NULL &&
403 switch_case->fallthrough != target_block->switch_case,
407 switch_case->fallthrough = target_block->switch_case;
1210 /* Take fallthrough into account */
H A Dvtn_private.h204 /* The fallthrough case, if any */
205 struct vtn_case *fallthrough; member in struct:vtn_case
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.3.rst40 - Add fallthrough to prevent errors caused by missing break
237 - mesa: fix fallthrough in glformats
238 - mesa: fix unintended fallthrough in glIsEnabled()
H A D21.1.1.rst34 - [i915g] implicit fallthrough
48 - i915g: fix implicit fallthrough
H A D21.0.0.rst747 - etnaviv: update fallthrough comments
775 - v3d: update fallthrough comments
1666 - util: Disable \[[fallthrough]\] for C17
1826 - d3d12: Fix implicit fallthrough warnings
1834 - microsoft/compiler: Fix clang fallthrough warnings
2607 - nir: update fallthrough comments
2608 - gallium: update fallthrough comments
2609 - xxhash: update fallthrough comments
2610 - src/mesa: update fallthrough comments
2611 - compiler/spirv: update fallthrough comment
[all...]
H A D20.2.0.rst163 - Add fallthrough to prevent errors caused by missing break
3150 - glsl_to_tgsi: add fallthrough comments
4584 - i965: add and fix fallthrough comments
4585 - llvmpipe: add missing fallthrough comments
4587 - anv: update fallthrough comment so gcc sees it
4588 - intel/compiler: add and fix up fallthrough comments for gcc warnings
4589 - iris: add missing fallthrough comment
4590 - egl: move fallthrough comment so gcc can see it
4592 - mesa: fix fallthrough in glformats
4593 - mesa: add fallthrough comment
[all...]
H A D21.2.0.rst182 - [i915g] implicit fallthrough
241 - i915g: fix implicit fallthrough
3212 - nvc0: fix implicit-fallthrough gcc warning
H A D19.0.0.rst780 - v3d: Add a fallthrough path for utile load/store of 32 byte lines.
H A D19.3.0.rst255 - pan/midgard: Mark fallthrough explicitly
H A D20.0.0.rst378 - pan/midgard: Fix fallthrough from offset to comparator
H A D7.10.rst2154 - auxiliary: fix unintended fallthrough
H A D19.1.0.rst4448 - iris: mark switch case fallthrough
H A D21.3.0.rst575 - util: Add support for clang::fallthrough.
H A D20.3.0.rst4609 - nv50/ir: Add fallthrough statement.
H A D21.1.0.rst4884 - freedreno: Quiet fallthrough warnings
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst1706 just as last statement, and fallthrough is allowed into/from it.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst1740 just as last statement, and fallthrough is allowed into/from it.
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json19732 "description": "i915g: fix implicit-fallthrough warning",
19741 "description": "lavapipe: fix implicit-fallthrough warning",
31126 "description": "util: Add support for clang::fallthrough.",
[all...]

Completed in 172 milliseconds