Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 18 of 18) sorted by relevance

/external/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-off-by-default.cpp4 void fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough-per-method.cpp4 int fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough-cxx98.cpp7 int fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough.cpp4 int fallthrough(int n) { in fallthrough() function
/external/llvm-project/clang/test/SemaCXX/
Dswitch-implicit-fallthrough-off-by-default.cpp4 void fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough-per-method.cpp4 int fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough-cxx98.cpp7 int fallthrough(int n) { in fallthrough() function
Dswitch-implicit-fallthrough.cpp4 int fallthrough(int n) { in fallthrough() function
/external/llvm-project/clang/test/CoverageMapping/
Dswitch.cpp100 int fallthrough(int i) { // CHECK-NEXT: File 0, [[@LINE]]:24 -> [[@LINE+12]]:2 = #0 in fallthrough() function
/external/tpm2-tss/src/tss2-fapi/
Difapi_macros.h118 #define fallthrough { } macro
120 #define fallthrough __attribute__((fallthrough)) macro
/external/llvm-project/clang/test/Analysis/
Dcxx11-crashes.cpp90 void fallthrough() { in fallthrough() function
/external/clang/test/Analysis/
Dcxx11-crashes.cpp90 void fallthrough() { in fallthrough() function
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeEmitter.cpp164 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in ByteCodeEmitter
DEvalEmitter.cpp91 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() function in EvalEmitter
/external/desugar/java/com/google/devtools/build/android/desugar/
DCoreLibrarySupport.java375 Label fallthrough = new Label(); in makeDispatchHelperMethod() local
399 Label fallthrough = new Label(); in makeDispatchHelperMethod() local
/external/rust/crates/serde_derive/src/
Dde.rs1910 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/
DUninitializedValues.cpp598 const CFGBlock *fallthrough = *Pred->succ_begin(); in getUninitUse() local
/external/mesa3d/src/compiler/spirv/
Dvtn_private.h195 struct vtn_case *fallthrough; member