/external/rust/crates/syn/src/ |
D | macros.rs | 123 (($($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/ |
D | macros.rs | 70 (($($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/ |
D | term__multiline_overlapping__rich_no_color.snap | 5 error[E0308]: match arms have incompatible types 20 │ ╰─────────' `match` arms have incompatible types
|
D | term__multiline_overlapping__rich_ascii_no_color.snap | 5 error[E0308]: match arms have incompatible types 20 | \---------' `match` arms have incompatible types
|
D | term__multiline_overlapping__rich_color.snap | 5 {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{/}
|
D | term__multiline_overlapping__short_no_color.snap | 5 codespan/src/file.rs:4:34: error[E0308]: match arms have incompatible types
|
D | term__multiline_overlapping__short_color.snap | 5 codespan/src/file.rs:4:34: {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompati…
|
D | term__multiline_overlapping__medium_no_color.snap | 5 codespan/src/file.rs:4:34: error[E0308]: match arms have incompatible types
|
D | term__multiline_overlapping__medium_color.snap | 5 codespan/src/file.rs:4:34: {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompati…
|
/external/rust/crates/thiserror-impl/src/ |
D | expand.rs | 159 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/ |
D | enum_match_without_wildcard.stderr | 10 …: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
|
/external/rust/crates/codespan-reporting/ |
D | CHANGELOG.md | 244 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/ |
D | check.rs | 14 Match(expr) | Let(expr) => collect_paths(&mut expr.arms)?, in sorted()
|
/external/llvm/test/Analysis/BasicAA/ |
D | phi-and-select.ll | 73 ; Two selects with disjoint sets of arms.
|
/external/llvm-project/llvm/test/Analysis/BasicAA/ |
D | phi-and-select.ll | 73 ; Two selects with disjoint sets of arms.
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 93 // And again, this time with seteq instead of setne and the arms reversed.
|
D | WebAssemblyInstrFloat.td | 97 // And again, this time with seteq instead of setne and the arms reversed.
|
/external/rust/crates/remain/ |
D | README.md | 10 variants of an enum or the arms of a match expression are written in sorted
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | f32.ll | 126 ; of the arms is never NaN, so we only test that case. In the future if LLVM
|
D | f64.ll | 126 ; of the arms is never NaN, so we only test that case. In the future if LLVM
|
/external/rust/cxx/book/src/ |
D | shared.md | 87 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/ |
D | WebAssemblyInstrFloat.td | 119 // And again, this time with seteq instead of setne and the arms reversed.
|
D | WebAssemblyInstrInteger.td | 119 // And again, this time with seteq instead of setne and the arms reversed.
|
/external/openssh/ |
D | CREDITS | 6 Ahsan Rashid <arms@sco.com> - UnixWare long passwords
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 119 // And again, this time with seteq instead of setne and the arms reversed.
|