Searched defs:fallthrough (Results 1 – 5 of 5) sorted by relevance
36 #define fallthrough /* FALLTHROUGH */ do { } while(0) macro
311 auto* fallthrough = create<ast::FallthroughStatement>(Source{{12, 34}}); in TEST_F() local
1915 let fallthrough = quote!(_serde::__private::Ok(__Field::__other(__value))); in deserialize_generated_identifier() localVariable1919 let fallthrough = quote!(_serde::__private::Ok(__Field::#ignore_variant)); in deserialize_generated_identifier() localVariable1925 let fallthrough = quote!(_serde::__private::Ok(__Field::__ignore)); in deserialize_generated_identifier() localVariable1995 let fallthrough = quote!(_serde::__private::Ok(#this::#last_ident)); in deserialize_custom_identifier() localVariable1999 let fallthrough = |value| { in deserialize_custom_identifier() localVariable
205 struct vtn_case *fallthrough; member
81 #define fallthrough do {} while (0) /* fall through */ macro83 #define fallthrough __attribute__((__fallthrough__)) macro