Home
last modified time | relevance | path

Searched refs:arms (Results 1 – 25 of 65) sorted by relevance

123

/external/rust/crates/syn/src/
Dmacros.rs123 (($($arms:tt)*) $tokens:ident $name:ident { $variant:ident, $($next:tt)*}) => {
125 ($($arms)* $name::$variant => {})
130 (($($arms:tt)*) $tokens:ident $name:ident { $variant:ident $member:ident, $($next:tt)*}) => {
132 ($($arms)* $name::$variant(_e) => _e.to_tokens($tokens),)
137 (($($arms:tt)*) $tokens:ident $name:ident { $variant:ident crate::private, $($next:tt)*}) => {
139 ($($arms)* $name::$variant(_) => unreachable!(),)
144 (($($arms:tt)*) $tokens:ident $name:ident {}) => {
149 $($arms)*
/external/rust/crates/syn-mid/src/
Dmacros.rs70 (($($arms:tt)*) $tokens:ident $name:ident { $variant:ident, $($next:tt)*}) => {
72 ($($arms)* $name::$variant => {})
77 (($($arms:tt)*) $tokens:ident $name:ident { $variant:ident $member:ident, $($next:tt)*}) => {
79 ($($arms)* $name::$variant(_e) => quote::ToTokens::to_tokens(_e, $tokens),)
84 (($($arms:tt)*) $tokens:ident $name:ident {}) => {
88 $($arms)*
/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__multiline_overlapping__rich_no_color.snap5 error[E0308]: match arms have incompatible types
20 │ ╰─────────' `match` arms have incompatible types
Dterm__multiline_overlapping__rich_ascii_no_color.snap5 error[E0308]: match arms have incompatible types
20 | \---------' `match` arms have incompatible types
Dterm__multiline_overlapping__rich_color.snap5 {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompatible types{/}
20 {fg:Blue}│{/} {fg:Blue}╰{/}{fg:Blue}─────────' `match` arms have incompatible types{/}
Dterm__multiline_overlapping__short_no_color.snap5 codespan/src/file.rs:4:34: error[E0308]: match arms have incompatible types
Dterm__multiline_overlapping__short_color.snap5 codespan/src/file.rs:4:34: {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompati…
Dterm__multiline_overlapping__medium_no_color.snap5 codespan/src/file.rs:4:34: error[E0308]: match arms have incompatible types
Dterm__multiline_overlapping__medium_color.snap5 codespan/src/file.rs:4:34: {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompati…
/external/rust/crates/thiserror-impl/src/
Dexpand.rs159 let arms = input.variants.iter().map(|variant| { in impl_enum() localVariable
190 #(#arms)* in impl_enum()
199 let arms = input.variants.iter().map(|variant| { in impl_enum() localVariable
257 #(#arms)* in impl_enum()
284 let arms = input.variants.iter().map(|variant| { in impl_enum() localVariable
308 #(#arms,)* in impl_enum()
/external/rust/cxx/tests/ui/
Denum_match_without_wildcard.stderr10 …: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
/external/rust/crates/codespan-reporting/
DCHANGELOG.md244 error[E0308]: match arms have incompatible types
256 │ ╰─────────' `match` arms have incompatible types
276 error[E0308]: match arms have incompatible types
292 │ ╰─────────' `match` arms have incompatible types
/external/rust/crates/remain/src/
Dcheck.rs14 Match(expr) | Let(expr) => collect_paths(&mut expr.arms)?, in sorted()
/external/llvm/test/Analysis/BasicAA/
Dphi-and-select.ll73 ; Two selects with disjoint sets of arms.
/external/llvm-project/llvm/test/Analysis/BasicAA/
Dphi-and-select.ll73 ; Two selects with disjoint sets of arms.
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td93 // And again, this time with seteq instead of setne and the arms reversed.
DWebAssemblyInstrFloat.td97 // And again, this time with seteq instead of setne and the arms reversed.
/external/rust/crates/remain/
DREADME.md10 variants of an enum or the arms of a match expression are written in sorted
/external/llvm/test/CodeGen/WebAssembly/
Df32.ll126 ; of the arms is never NaN, so we only test that case. In the future if LLVM
Df64.ll126 ; of the arms is never NaN, so we only test that case. In the future if LLVM
/external/rust/cxx/book/src/
Dshared.md87 arms to handle the situation of an enum value that is not one of the listed
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td119 // And again, this time with seteq instead of setne and the arms reversed.
DWebAssemblyInstrInteger.td119 // And again, this time with seteq instead of setne and the arms reversed.
/external/openssh/
DCREDITS6 Ahsan Rashid <arms@sco.com> - UnixWare long passwords
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td119 // And again, this time with seteq instead of setne and the arms reversed.

123