Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 10 of 10) 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/zstd/contrib/linux-kernel/test/include/linux/
Dcompiler.h21 #define fallthrough __attribute__((__fallthrough__)) macro
/external/tpm2-tss/src/tss2-fapi/
Difapi_macros.h118 #define fallthrough { } macro
120 #define fallthrough __attribute__((fallthrough)) macro
/external/clang/test/Analysis/
Dcxx11-crashes.cpp90 void fallthrough() { in fallthrough() function
/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.rs1915 let fallthrough = quote!(_serde::__private::Ok(__Field::__other(__value))); in deserialize_generated_identifier() localVariable
1919 let fallthrough = quote!(_serde::__private::Ok(__Field::#ignore_variant)); in deserialize_generated_identifier() localVariable
1925 let fallthrough = quote!(_serde::__private::Ok(__Field::__ignore)); in deserialize_generated_identifier() localVariable
1995 let fallthrough = quote!(_serde::__private::Ok(#this::#last_ident)); in deserialize_custom_identifier() localVariable
1999 let fallthrough = |value| { in deserialize_custom_identifier() localVariable
/external/mesa3d/src/compiler/spirv/
Dvtn_private.h195 struct vtn_case *fallthrough; member