| /third_party/rust/rust/tests/rustdoc/intra-doc/ |
| D | extern-type.rs | 4 pub type ExternType; typedef 15 impl ExternType { implementation 19 impl T for ExternType { implementation 23 impl G<usize> for ExternType { implementation
|
| /third_party/rust/crates/cxx/src/ |
| D | extern_type.rs | 101 pub unsafe trait ExternType { interface 193 unsafe impl ExternType for $ty { impl
|
| /third_party/rust/rust/tests/ui/consts/const-eval/ |
| D | issue-55541.rs | 10 pub type ExternType; typedef 12 unsafe impl Sync for ExternType {} implementation
|
| /third_party/rust/rust/tests/ui/coherence/ |
| D | coherence-negative-impls-copy.rs | 22 type ExternType; typedef 29 impl !Copy for ExternType {} implementation
|
| /third_party/rust/crates/cxx/syntax/ |
| D | mod.rs | 80 pub struct ExternType { struct 81 pub cfg: CfgExpr, 82 pub lang: Lang, 83 pub doc: Doc, 84 pub derives: Vec<Derive>, 85 pub attrs: OtherAttrs, 86 pub visibility: Token![pub], 87 pub type_token: Token![type], 88 pub name: Pair, 89 pub generics: Lifetimes, [all …]
|
| D | derive.rs | 17 ExternType, enumerator
|
| D | tokens.rs | 176 impl ToTokens for ExternType { implementation
|
| D | check.rs | 369 fn check_api_type(cx: &mut Check, ety: &ExternType) { in check_api_type()
|
| /third_party/rust/rust/tests/rustdoc-ui/coverage/ |
| D | basic.rs | 49 pub type ExternType; typedef
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | write.rs | 347 fn write_opaque_type<'a>(out: &mut OutFile<'a>, ety: &'a ExternType, methods: &[&ExternFn]) { in write_opaque_type() 656 fn write_opaque_type_layout_decls<'a>(out: &mut OutFile<'a>, ety: &'a ExternType) { in write_opaque_type_layout_decls() 669 fn write_opaque_type_layout<'a>(out: &mut OutFile<'a>, ety: &'a ExternType) { in write_opaque_type_layout()
|
| /third_party/rust/crates/cxx/macro/src/ |
| D | expand.rs | 414 fn expand_cxx_type_assert_pinned(ety: &ExternType, types: &Types) -> TokenStream { in expand_cxx_type_assert_pinned() 856 fn expand_rust_type_assert_unpin(ety: &ExternType, types: &Types) -> TokenStream { in expand_rust_type_assert_unpin() 874 fn expand_rust_type_layout(ety: &ExternType, types: &Types) -> TokenStream { in expand_rust_type_layout()
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/example/ |
| D | mini_core_hello_world.rs | 285 type ExternType; in main() typedef
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/example/ |
| D | mini_core_hello_world.rs | 303 type ExternType; in main() typedef
|