Searched refs:fallthrough (Results 1 - 22 of 22) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | compiler.h | 81 * 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 D | xcbint.h | 45 #if __has_attribute(fallthrough) 46 # define XCB_ALLOW_FALLTHRU __attribute__ ((fallthrough));
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 407 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 D | vtn_private.h | 182 /* 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 D | vtn_cfg.c | 301 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 D | vtn_private.h | 204 /* The fallthrough case, if any */ 205 struct vtn_case *fallthrough; member in struct:vtn_case
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.3.rst | 40 - Add fallthrough to prevent errors caused by missing break 237 - mesa: fix fallthrough in glformats 238 - mesa: fix unintended fallthrough in glIsEnabled()
|
| H A D | 21.1.1.rst | 34 - [i915g] implicit fallthrough 48 - i915g: fix implicit fallthrough
|
| H A D | 21.0.0.rst | 747 - 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 D | 20.2.0.rst | 163 - 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 D | 21.2.0.rst | 182 - [i915g] implicit fallthrough 241 - i915g: fix implicit fallthrough 3212 - nvc0: fix implicit-fallthrough gcc warning
|
| H A D | 19.0.0.rst | 780 - v3d: Add a fallthrough path for utile load/store of 32 byte lines.
|
| H A D | 19.3.0.rst | 255 - pan/midgard: Mark fallthrough explicitly
|
| H A D | 20.0.0.rst | 378 - pan/midgard: Fix fallthrough from offset to comparator
|
| H A D | 7.10.rst | 2154 - auxiliary: fix unintended fallthrough
|
| H A D | 19.1.0.rst | 4448 - iris: mark switch case fallthrough
|
| H A D | 21.3.0.rst | 575 - util: Add support for clang::fallthrough.
|
| H A D | 20.3.0.rst | 4609 - nv50/ir: Add fallthrough statement.
|
| H A D | 21.1.0.rst | 4884 - freedreno: Quiet fallthrough warnings
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 1706 just as last statement, and fallthrough is allowed into/from it.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 1740 just as last statement, and fallthrough is allowed into/from it.
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 19732 "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