/external/llvm/test/Transforms/SimplifyCFG/ |
merge-cond-stores.ll | 16 br i1 %x1, label %fallthrough, label %yes1 20 br label %fallthrough 22 fallthrough: 42 br i1 %x1, label %fallthrough, label %yes1 46 br label %fallthrough 48 fallthrough: 86 br i1 %x1, label %fallthrough, label %yes1 93 br label %fallthrough 95 fallthrough: 119 br i1 %x1, label %fallthrough, label %yes [all...] |
/external/clang/test/Preprocessor/ |
has_attribute.cpp | 9 #if __has_cpp_attribute(clang::fallthrough) 26 #if !__has_cpp_attribute(__clang__::fallthrough) 61 #if __has_cpp_attribute(fallthrough) == 201603 76 #if !__has_declspec_attribute(fallthrough)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue15838.go | 9 // label decls, goto, continue, break, and fallthrough
|
bug495.go | 17 fallthrough
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue15838.go | 9 // label decls, goto, continue, break, and fallthrough
|
bug495.go | 17 fallthrough
|
/external/libtextclassifier/util/base/ |
macros.h | 61 // expanded to [[clang::fallthrough]] attribute, which is analysed when 62 // performing switch labels fall-through diagnostic ('-Wimplicit-fallthrough'). 64 // http://clang.llvm.org/docs/AttributeReference.html#fallthrough-clang-fallthrough 72 #if __has_feature(cxx_attributes) && __has_warning("-Wimplicit-fallthrough") 73 #define TC_FALLTHROUGH_INTENDED [[clang::fallthrough]] 76 #define TC_FALLTHROUGH_INTENDED [[gnu::fallthrough]]
|
/external/clang/test/PCH/ |
cxx11-statement-attributes.cpp | 2 // RUN: %clang_cc1 -include %S/Inputs/cxx11-statement-attributes.h -std=c++11 -Wimplicit-fallthrough -fsyntax-only %s -o - -verify 3 // RUN: %clang_cc1 -include %S/Inputs/cxx11-statement-attributes.h -std=c++1z -Wimplicit-fallthrough -fsyntax-only %s -o - -verify 6 // RUN: %clang_cc1 -include-pch %t -std=c++11 -Wimplicit-fallthrough -fsyntax-only %s -o - -verify 8 // RUN: %clang_cc1 -include-pch %t -std=c++1z -Wimplicit-fallthrough -fsyntax-only %s -o - -verify 11 // expected-note-re@Inputs/cxx11-statement-attributes.h:10 {{insert '[[{{(clang::)?}}fallthrough]];'}}
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue15071.dir/exp/ |
exp.go | 19 fallthrough
|
/prebuilts/go/linux-x86/test/fixedbugs/issue15071.dir/exp/ |
exp.go | 19 fallthrough
|
/external/webrtc/webrtc/ |
typedefs.h | 93 // Macro to be used for switch-case fallthrough (required for enabling 94 // -Wimplicit-fallthrough warning on Clang). 95 #ifndef FALLTHROUGH 97 #define FALLTHROUGH() [[clang::fallthrough]] 99 #define FALLTHROUGH() do { } while (0)
|
/external/e2fsprogs/lib/e2p/ |
parse_num.c | 30 /* fallthrough */ 33 /* fallthrough */ 36 /* fallthrough */
|
/external/iproute2/examples/bpf/ |
bpf_graft.c | 14 * Socket Thread-20229 [001] ..s. 138993.003923: : fallthrough 15 * <idle>-0 [001] ..s. 138993.202265: : fallthrough 16 * Socket Thread-20229 [001] ..s. 138994.004149: : fallthrough 62 printt("fallthrough\n");
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/ |
ctl.go | 83 fallthrough 86 fallthrough 89 fallthrough 92 fallthrough
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
ctl.go | 83 fallthrough 86 fallthrough 89 fallthrough 92 fallthrough
|
/prebuilts/misc/common/swig/include/2.0.11/go/ |
gokw.swg | 14 GOKW(fallthrough);
|
/system/tools/hidl/ |
ScalarType.cpp | 223 case KIND_INT8: // fallthrough 224 case KIND_UINT8: // fallthrough 225 case KIND_INT16: // fallthrough 232 case KIND_INT32: // fallthrough 233 case KIND_UINT32: // fallthrough 234 case KIND_INT64: // fallthrough 239 case KIND_FLOAT: // fallthrough 240 case KIND_DOUBLE: // fallthrough
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
stmt0.src | 524 fallthrough /* ERROR "fallthrough statement out of place" */ 529 fallthrough /* ERROR "fallthrough statement out of place" */ 532 fallthrough 534 fallthrough; ; ; // trailing empty statements are ok 537 fallthrough; ; 539 fallthrough /* ERROR "cannot fallthrough final case in switch" */ 545 fallthrough /* ERROR "fallthrough statement out of place" */ ; ; [all...] |
/prebuilts/go/linux-x86/src/go/types/testdata/ |
stmt0.src | 524 fallthrough /* ERROR "fallthrough statement out of place" */ 529 fallthrough /* ERROR "fallthrough statement out of place" */ 532 fallthrough 534 fallthrough; ; ; // trailing empty statements are ok 537 fallthrough; ; 539 fallthrough /* ERROR "cannot fallthrough final case in switch" */ 545 fallthrough /* ERROR "fallthrough statement out of place" */ ; ; [all...] |
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
branch-opt.ll | 90 ; For a conditional branch with a fallthrough to the next block, the 91 ; fallthrough branch should be removed. 95 br i1 %cmp, label %target, label %fallthrough 96 fallthrough: 148 ; MIPS32O2: .LtestCondFallthroughToNextBlock$fallthrough 167 ; MIPS32OM1: .LtestCondFallthroughToNextBlock$fallthrough 179 ; different block as the fallthrough, the branch condition should be 180 ; inverted, the fallthrough block changed to the target, and the 185 br i1 %cmp, label %fallthrough, label %target 186 fallthrough [all...] |
/bionic/libc/dns/nameser/ |
ns_ttl.c | 119 case 'W': tmp *= 7; /*FALLTHROUGH*/ 120 case 'D': tmp *= 24; /*FALLTHROUGH*/ 121 case 'H': tmp *= 60; /*FALLTHROUGH*/ 122 case 'M': tmp *= 60; /*FALLTHROUGH*/
|
/external/libpng/contrib/arm-neon/ |
linux.c | 65 /* FALLTHROUGH */ 78 /* FALLTHROUGH */ 113 /* FALLTHROUGH */ 125 /* FALLTHROUGH */
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
CodePlacementOpt.cpp | 76 /// HasFallthrough - Test whether the given branch has a fallthrough, either as 77 /// a plain fallthrough or as a fallthrough case of a conditional branch. 84 // This conditional branch has no fallthrough. 87 // An unconditional branch has no fallthrough. 90 // It has a fallthrough. 130 /// fallthrough edges and to take advantage of newly exposed fallthrough 185 // Move it and all the blocks that can reach it via fallthrough edges 186 // exclusively, to keep existing fallthrough edges intact [all...] |
/test/vts/utils/python/coverage/ |
arc_summary.py | 26 fallthrough: True iff arc has flag GCOV_ARC_FALLTHROUGH. 51 self.fallthrough = bool(flag & self.GCOV_ARC_FALLTHROUGH) 60 exception to this rule is fake non-fallthrough nodes, which have 67 if self.fake and not self.fallthrough:
|
/external/clang/test/Analysis/ |
cxx11-crashes.cpp | 90 void fallthrough() { function 93 [[clang::fallthrough]]; // expected-error {{does not directly precede}}
|