Searched defs:fallthrough (Results 1 – 10 of 10) sorted by relevance
4 void fallthrough(int n) { in fallthrough() function
4 int fallthrough(int n) { in fallthrough() function
7 int fallthrough(int n) { in fallthrough() function
21 #define fallthrough __attribute__((__fallthrough__)) macro
118 #define fallthrough { } macro120 #define fallthrough __attribute__((fallthrough)) macro
90 void fallthrough() { in fallthrough() function
375 Label fallthrough = new Label(); in makeDispatchHelperMethod() local399 Label fallthrough = new Label(); in makeDispatchHelperMethod() 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
195 struct vtn_case *fallthrough; member