Home
last modified time | relevance | path

Searched defs:self_type (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dinherent_to_string.rs127 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
Duninit_vec.rs215 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/
Dissue-820-unused-template-param-in-alias.hpp3 typedef Foo<E, N> self_type; typedef in Foo
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/path/
Dlower.rs66 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/
Dpermutation_in_iterator.cuh30 typedef PermutationInputIterator self_type; ///< My own type typedef in PermutationInputIterator
Dnon_zero_impl.cu37 typedef NonZeroOutputIterator self_type; typedef in NonZeroOutputIterator
Dtransform_output_iterator.cuh49 typedef TransformOutputIterator self_type; ///< My own type typedef in TransformOutputIterator
/third_party/rust/rust/compiler/rustc_hir_analysis/src/coherence/
Dbuiltin.rs74 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/
Dmod.rs172 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/
Dgenerate_documentation_template.rs328 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/
Denum_set.h84 typedef Iterator self_type; typedef
/third_party/rust/rust/src/librustdoc/clean/
Dmod.rs454 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
Dtypes.rs1374 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/
Dlower.rs276 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/
Dmod.rs762 let self_type = cx.ty_path(path); in create_derived_impl() localVariable
/third_party/flatbuffers/src/
Didl_gen_python.cpp1994 const std::string self_type = struct_def.name; in ReturnType() local
/third_party/python/Objects/
Dtypeobject.c9151 PyTypeObject *self_type = (PyTypeObject *)self; in super_vectorcall() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp56997 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 …]