| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | inherent_to_string.rs | 127 let self_type = cx.tcx.fn_sig(item.owner_id).skip_binder().input(0); in show_lint() localVariable 128 let self_type = self_type.skip_binder().peel_refs(); in show_lint() localVariable
|
| D | uninit_vec.rs | 215 let self_type = cx.typeck_results().expr_ty(self_expr).peel_refs(); in extract_set_len_self() localVariable
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | issue-820-unused-template-param-in-alias.hpp | 3 typedef Foo<E, N> self_type; typedef in Foo
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/path/ |
| D | lower.rs | 66 let self_type = TypeRef::from_ast(ctx, type_ref?); in lower_path() localVariable 92 let self_type = GenericArg::Type(self_type); in lower_path() localVariable
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/ |
| D | permutation_in_iterator.cuh | 30 typedef PermutationInputIterator self_type; ///< My own type typedef in PermutationInputIterator
|
| D | non_zero_impl.cu | 37 typedef NonZeroOutputIterator self_type; typedef in NonZeroOutputIterator
|
| D | transform_output_iterator.cuh | 49 typedef TransformOutputIterator self_type; ///< My own type typedef in TransformOutputIterator
|
| /third_party/rust/rust/compiler/rustc_hir_analysis/src/coherence/ |
| D | builtin.rs | 74 let self_type = tcx.type_of(impl_did).subst_identity(); in visit_implementation_of_copy() localVariable 103 let self_type = tcx.type_of(impl_did).subst_identity(); in visit_implementation_of_const_param_ty() localVariable
|
| /third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/ |
| D | mod.rs | 172 let self_type = cx.ty_path(cx.path_all(span, false, vec![type_ident], self_params)); in inject_impl_of_structural_trait() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | generate_documentation_template.rs | 328 fn self_type(ast_func: &ast::Fn) -> Option<ast::Type> { in self_type() function 355 let mut self_type = self_type(ast_func)?.to_string(); in self_partial_type() localVariable
|
| /third_party/spirv-tools/source/ |
| D | enum_set.h | 84 typedef Iterator self_type; typedef
|
| /third_party/rust/rust/src/librustdoc/clean/ |
| D | mod.rs | 454 let self_type = clean_middle_ty(ty.map_bound(|ty| ty.self_ty()), cx, None, None); in clean_projection() localVariable 1522 let self_type = clean_ty(qself, cx); in clean_qpath() localVariable 1533 let self_type = clean_ty(qself, cx); in clean_qpath() localVariable 2011 let self_type = clean_middle_ty(alias_ty.map_bound(|ty| ty.self_ty()), cx, None, None); in clean_middle_ty() localVariable
|
| D | types.rs | 1374 pub(crate) fn self_type(&self) -> Option<SelfTy> { in self_type() method 1687 pub self_type: Type, field
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/ |
| D | lower.rs | 276 let self_type = match self_param.ty() { in lower_function() localVariable 279 let self_type = TypeRef::Path(name![Self].into()); in lower_function() localVariable
|
| /third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/ |
| D | mod.rs | 762 let self_type = cx.ty_path(path); in create_derived_impl() localVariable
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_python.cpp | 1994 const std::string self_type = struct_def.name; in ReturnType() local
|
| /third_party/python/Objects/ |
| D | typeobject.c | 9151 PyTypeObject *self_type = (PyTypeObject *)self; in super_vectorcall() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 56997 typedef nsTArray_Impl<E, Alloc> self_type; typedef in nsTArray_Impl 58242 typedef nsTArray<E> self_type; typedef in nsTArray 58304 typedef FallibleTArray<E> self_type; typedef in FallibleTArray 58359 typedef AutoTArray<E, N> self_type; typedef in AutoTArray 66016 typedef nsReadingIterator<CharT> self_type; typedef in nsReadingIterator 66119 typedef nsWritingIterator<CharT> self_type; typedef in nsWritingIterator 66372 typedef nsStringRepr self_type; typedef in mozilla::detail::nsStringRepr 66603 typedef nsAString self_type; typedef in nsAString 67440 typedef nsCStringRepr self_type; typedef in mozilla::detail::nsCStringRepr 67671 typedef nsACString self_type; typedef in nsACString [all …]
|