Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 – 25 of 52) sorted by relevance

123

/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough.cpp4 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 …]
Dswitch-implicit-fallthrough-macro.cpp16 :: 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 …]
Dswitch-implicit-fallthrough-per-method.cpp4 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()
Dswitch-implicit-fallthrough-blocks.cpp9 [[clang::fallthrough]]; // no diagnostics in fallthrough_in_blocks()
Dswitch-implicit-fallthrough-cxx98.cpp7 int fallthrough(int n) { in fallthrough() function
/external/llvm/test/Transforms/SimplifyCFG/
Dmerge-cond-stores.ll16 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/
Dsink-addrspacecast.ll13 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/
DAndroid.mk127 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/
Dhas_attribute.cpp9 #if __has_cpp_attribute(clang::fallthrough)
26 #if !__has_cpp_attribute(__clang__::fallthrough)
66 #if !__has_declspec_attribute(fallthrough)
/external/clang/test/PCH/
Dstmt-attrs.cpp12 [[clang::fallthrough]] [[clang::fallthrough]]; in test()
/external/clang/test/PCH/Inputs/
Dcxx11-statement-attributes.h7 [[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/
DAndroid.mk.template109 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/
Dcxx11-crashes.cpp91 void fallthrough() { in fallthrough() function
94 [[clang::fallthrough]]; in fallthrough()
/external/llvm/test/CodeGen/X86/
Dcatchret-empty-fallthrough.ll19 to label %fallthrough unwind label %dispatch
28 fallthrough: ; preds = %try
/external/llvm/test/CodeGen/AArch64/
Dbr-to-eh-lpad.ll6 ; 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/
Dmacros.h38 #define FALLTHROUGH_INTENDED [[clang::fallthrough]] // NOLINT
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc182 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/
Dregexp-macro-assembler-ia32.cc182 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/
Dast-dump-color.cpp12 [[clang::fallthrough]]; in TestAttributedStmt()
Dast-dump-attr.cpp16 [[clang::fallthrough]]; in TestAttributedStmt()
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc196 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/
Dlongbranch.ll30 ; 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/
Dtypedefs.h97 #define FALLTHROUGH() [[clang::fallthrough]]
/external/clang/test/Parser/
Dms-if-exists.cpp113 [[clang::fallthrough]] // expected-error {{an attribute list cannot appear here}} in test_attribute_on_if_exists()
/external/vixl/src/vixl/
Dglobals.h114 #define VIXL_FALLTHROUGH() [[clang::fallthrough]] //NOLINT

123