Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dcompiler.h36 #define fallthrough /* FALLTHROUGH */ do { } while(0) macro
/third_party/skia/third_party/externals/tint/src/resolver/
Dcontrol_block_validation_test.cc311 auto* fallthrough = create<ast::FallthroughStatement>(Source{{12, 34}}); in TEST_F() local
/third_party/rust/crates/serde/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
/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h205 struct vtn_case *fallthrough; member
/third_party/f2fs-tools/include/
Df2fs_fs.h81 #define fallthrough do {} while (0) /* fall through */ macro
83 #define fallthrough __attribute__((__fallthrough__)) macro