/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-off-by-default.cpp | 4 void fallthrough(int n) { in fallthrough() function
|
D | switch-implicit-fallthrough-per-method.cpp | 4 int fallthrough(int n) { in fallthrough() function
|
D | switch-implicit-fallthrough-cxx98.cpp | 7 int fallthrough(int n) { in fallthrough() function
|
D | switch-implicit-fallthrough.cpp | 4 int fallthrough(int n) { in fallthrough() function
|
/external/llvm-project/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-off-by-default.cpp | 4 void fallthrough(int n) { in fallthrough() function
|
D | switch-implicit-fallthrough-per-method.cpp | 4 int fallthrough(int n) { in fallthrough() function
|
D | switch-implicit-fallthrough-cxx98.cpp | 7 int fallthrough(int n) { in fallthrough() function
|
D | switch-implicit-fallthrough.cpp | 4 int fallthrough(int n) { in fallthrough() function
|
/external/llvm-project/clang/test/CoverageMapping/ |
D | switch.cpp | 100 int fallthrough(int i) { // CHECK-NEXT: File 0, [[@LINE]]:24 -> [[@LINE+12]]:2 = #0 in fallthrough() function
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_macros.h | 118 #define fallthrough { } macro 120 #define fallthrough __attribute__((fallthrough)) macro
|
/external/llvm-project/clang/test/Analysis/ |
D | cxx11-crashes.cpp | 90 void fallthrough() { in fallthrough() function
|
/external/clang/test/Analysis/ |
D | cxx11-crashes.cpp | 90 void fallthrough() { in fallthrough() function
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | ByteCodeEmitter.cpp | 164 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
|
D | EvalEmitter.cpp | 91 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
D | CoreLibrarySupport.java | 375 Label fallthrough = new Label(); in makeDispatchHelperMethod() local 399 Label fallthrough = new Label(); in makeDispatchHelperMethod() local
|
/external/rust/crates/serde_derive/src/ |
D | de.rs | 1910 let fallthrough = quote!(_serde::__private::Ok(__Field::__other(__value))); in deserialize_generated_identifier() localVariable 1914 let fallthrough = quote!(_serde::__private::Ok(__Field::#ignore_variant)); in deserialize_generated_identifier() localVariable 1920 let fallthrough = quote!(_serde::__private::Ok(__Field::__ignore)); in deserialize_generated_identifier() localVariable 1990 let fallthrough = quote!(_serde::__private::Ok(#this::#last_ident)); in deserialize_custom_identifier() localVariable 1994 let fallthrough = |value| { in deserialize_custom_identifier() localVariable
|
/external/llvm-project/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 598 const CFGBlock *fallthrough = *Pred->succ_begin(); in getUninitUse() local
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_private.h | 195 struct vtn_case *fallthrough; member
|