/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough.cpp | 4 int fallthrough(int n) { in fallthrough() function 55 [[clang::fallthrough]]; in fallthrough() 58 [[clang::fallthrough]]; in fallthrough() 63 [[clang::fallthrough]]; in fallthrough() 70 [[clang::fallthrough]]; in fallthrough() 182 …[[clang::fallthrough]]; // expected-warning{{fallthrough annotation does not directly precede swi… in fallthrough_position() 184 [[clang::fallthrough]]; // expected-warning{{fallthrough annotation in unreachable code}} in fallthrough_position() 186 …[[clang::fallthrough]]; // expected-warning{{fallthrough annotation does not directly precede swi… in fallthrough_position() 188 [[clang::fallthrough]]; // expected-warning{{fallthrough annotation in unreachable code}} in fallthrough_position() 190 …[[clang::fallthrough]]; // expected-warning{{fallthrough annotation does not directly precede swi… in fallthrough_position() [all …]
|
D | switch-implicit-fallthrough-macro.cpp | 16 :: fallthrough ] ] // testing whitespace and comments in macro definition 35 #define M1 [[clang::fallthrough]] 42 #define WRONG_MACRO1 clang::fallthrough 43 #define WRONG_MACRO2 [[clang::fallthrough] 45 #define WRONG_MACRO4 [[clang::fallthrough]]] 70 #define TOO_LATE [[clang::fallthrough]] in fallthrough_compatibility_macro_undefined() 77 #define MACRO_WITH_HISTORY [[clang::fallthrough]] 88 #define MACRO_WITH_HISTORY [[clang::fallthrough]] in fallthrough_compatibility_macro_history() 96 #define MACRO_WITH_HISTORY [[clang::fallthrough]] 105 #define MACRO_WITH_HISTORY [[clang::fallthrough]] in fallthrough_compatibility_macro_history2() [all …]
|
D | switch-implicit-fallthrough-per-method.cpp | 4 int fallthrough(int n) { in fallthrough() function 12 [[clang::fallthrough]]; in fallthrough() 45 [[fallthrough]]; // expected-warning{{unknown attribute 'fallthrough' ignored}} in unscoped() 47 [[clang::fallthrough]]; in unscoped()
|
D | switch-implicit-fallthrough-blocks.cpp | 9 [[clang::fallthrough]]; // no diagnostics in fallthrough_in_blocks()
|
D | switch-implicit-fallthrough-cxx98.cpp | 7 int fallthrough(int n) { in fallthrough() function
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 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 %yes1 [all …]
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | sink-addrspacecast.ll | 13 br i1 %cond, label %if.then, label %fallthrough 17 br label %fallthrough 19 fallthrough: 29 br i1 %cond, label %if.then, label %fallthrough 33 br label %fallthrough 35 fallthrough:
|
/external/vixl/ |
D | Android.mk | 127 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 141 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 156 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 172 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 189 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 205 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 227 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
|
/external/clang/test/Preprocessor/ |
D | has_attribute.cpp | 9 #if __has_cpp_attribute(clang::fallthrough) 26 #if !__has_cpp_attribute(__clang__::fallthrough) 66 #if !__has_declspec_attribute(fallthrough)
|
/external/clang/test/PCH/ |
D | stmt-attrs.cpp | 12 [[clang::fallthrough]] [[clang::fallthrough]]; in test()
|
/external/clang/test/PCH/Inputs/ |
D | cxx11-statement-attributes.h | 7 [[clang::fallthrough]]; // This shouldn't generate a warning. in f() 10 …[[clang::fallthrough]]; // This should generate a warning: "fallthrough annotation does not direc… in f()
|
/external/vixl/third_party/android/ |
D | Android.mk.template | 109 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 123 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 138 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 154 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 171 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 187 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough 209 LOCAL_CLANG_CFLAGS := -Wimplicit-fallthrough
|
/external/clang/test/Analysis/ |
D | cxx11-crashes.cpp | 91 void fallthrough() { in fallthrough() function 94 [[clang::fallthrough]]; in fallthrough()
|
/external/llvm/test/CodeGen/X86/ |
D | catchret-empty-fallthrough.ll | 19 to label %fallthrough unwind label %dispatch 28 fallthrough: ; preds = %try
|
/external/llvm/test/CodeGen/AArch64/ |
D | br-to-eh-lpad.ll | 6 ; branch would be removed (for instance, turned into a fallthrough), and in 19 br i1 undef, label %invoke.cont33, label %catch.fallthrough 21 catch.fallthrough:
|
/external/conscrypt/src/main/native/ |
D | macros.h | 38 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
|
/external/v8/src/regexp/x87/ |
D | regexp-macro-assembler-x87.cc | 182 Label fallthrough; in CheckGreedyLoop() local 184 __ j(not_equal, &fallthrough); in CheckGreedyLoop() 187 __ bind(&fallthrough); in CheckGreedyLoop() 193 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local 201 __ j(equal, &fallthrough); in CheckNotBackReferenceIgnoreCase() 341 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase() 348 Label fallthrough; in CheckNotBackReference() local 360 __ j(equal, &fallthrough); in CheckNotBackReference() 421 __ bind(&fallthrough); in CheckNotBackReference()
|
/external/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.cc | 182 Label fallthrough; in CheckGreedyLoop() local 184 __ j(not_equal, &fallthrough); in CheckGreedyLoop() 187 __ bind(&fallthrough); in CheckGreedyLoop() 193 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local 201 __ j(equal, &fallthrough); in CheckNotBackReferenceIgnoreCase() 341 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase() 348 Label fallthrough; in CheckNotBackReference() local 360 __ j(equal, &fallthrough); in CheckNotBackReference() 421 __ bind(&fallthrough); in CheckNotBackReference()
|
/external/clang/test/Misc/ |
D | ast-dump-color.cpp | 12 [[clang::fallthrough]]; in TestAttributedStmt()
|
D | ast-dump-attr.cpp | 16 [[clang::fallthrough]]; in TestAttributedStmt()
|
/external/v8/src/regexp/x64/ |
D | regexp-macro-assembler-x64.cc | 196 Label fallthrough; in CheckGreedyLoop() local 198 __ j(not_equal, &fallthrough); in CheckGreedyLoop() 201 __ bind(&fallthrough); in CheckGreedyLoop() 207 Label fallthrough; in CheckNotBackReferenceIgnoreCase() local 219 __ j(equal, &fallthrough); in CheckNotBackReferenceIgnoreCase() 367 __ bind(&fallthrough); in CheckNotBackReferenceIgnoreCase() 374 Label fallthrough; in CheckNotBackReference() local 384 __ j(equal, &fallthrough); in CheckNotBackReference() 442 __ bind(&fallthrough); in CheckNotBackReference()
|
/external/llvm/test/CodeGen/Mips/ |
D | longbranch.ll | 30 ; and fallthrough block stores 1 to global variable. 45 ; target of the new branch (bnez) is the fallthrough block of the original 46 ; branch. Check that fallthrough block of the new branch contains long branch
|
/external/webrtc/webrtc/ |
D | typedefs.h | 97 #define FALLTHROUGH() [[clang::fallthrough]]
|
/external/clang/test/Parser/ |
D | ms-if-exists.cpp | 113 [[clang::fallthrough]] // expected-error {{an attribute list cannot appear here}} in test_attribute_on_if_exists()
|
/external/vixl/src/vixl/ |
D | globals.h | 114 #define VIXL_FALLTHROUGH() [[clang::fallthrough]] //NOLINT
|