Home
last modified time | relevance | path

Searched defs:Resolver (Results 1 – 25 of 66) sorted by relevance

123

/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs900 pub struct Resolver<'a, 'tcx> { struct
901 tcx: TyCtxt<'tcx>,
904 expn_that_defined: FxHashMap<LocalDefId, ExpnId>,
906 graph_root: Module<'a>,
908 prelude: Option<Module<'a>>,
909 extern_prelude: FxHashMap<Ident, ExternPreludeEntry<'a>>,
912 has_self: LocalDefIdSet,
913 field_def_ids: LocalDefIdMap<&'tcx [DefId]>,
917 field_visibility_spans: FxHashMap<DefId, Vec<Span>>,
920 determined_imports: Vec<Import<'a>>,
[all …]
Deffective_visibilities.rs42 impl Resolver<'_, '_> { implementation
Dcheck_unused.rs284 impl Resolver<'_, '_> { impl
/third_party/rust/rust/tests/ui/mir/
Dissue-107691.rs8 type Resolver; typedef
10 fn resolve(resolver: Self::Resolver, out: *mut Self::Archived); in resolve()
14 pub type Resolver<T> = <T as Archive>::Resolver; typedef
39 type Resolver = RecordResolver<'a>; typedef
41 fn resolve(_resolver: Self::Resolver, _out: *mut Self::Archived) {} in resolve()
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dresolver.rs32 pub struct Resolver { struct
37 scopes: Vec<Scope>,
38 module_scope: ModuleItemMap,
119 impl Resolver { impl
577 resolver: &mut Resolver, in update_to_inner_scope()
630 impl Resolver { impl
727 pub fn resolver_for_expr(db: &dyn DefDatabase, owner: DefWithBodyId, expr_id: ExprId) -> Resolver { in resolver_for_expr()
738 ) -> Resolver { in resolver_for_scope()
748 mut r: Resolver, in resolver_for_scope_()
750 ) -> Resolver { in resolver_for_scope_()
[all …]
/third_party/rust/rust/tests/ui/impl-trait/issues/
Dissue-104815.rs35 trait Resolver {} trait
37 impl<R: Resolver> Resolver for &R {} impl
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/
Dresolving.rs69 struct Resolver<'a, 'db> { struct
74 impl Resolver<'_, '_> { argument
/third_party/grpc/src/core/resolver/
DREADME.md1 # Resolver chapter
Dresolver.cc29 Resolver::Resolver() in Resolver() function in grpc_core::Resolver
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.h25 JITSymbolResolver &Resolver) in RuntimeDyldELFMips()
DRuntimeDyldCOFFI386.h27 JITSymbolResolver &Resolver) in RuntimeDyldCOFFI386()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h39 JITSymbolResolver &Resolver) in RuntimeDyldCOFF()
DRuntimeDyldMachO.h52 JITSymbolResolver &Resolver) in RuntimeDyldMachO()
155 JITSymbolResolver &Resolver) in RuntimeDyldMachOCRTPBase()
DRuntimeDyldCOFF.cpp50 JITSymbolResolver &Resolver) { in create()
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dwriteback.rs743 struct Resolver<'cx, 'tcx> { struct
752 impl<'cx, 'tcx> Resolver<'cx, 'tcx> { argument
799 impl<'cx, 'tcx> TypeFolder<TyCtxt<'tcx>> for Resolver<'cx, 'tcx> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h216 std::shared_ptr<SymbolResolver> Resolver, in ConcreteLinkedObject()
324 std::shared_ptr<SymbolResolver> Resolver; member
340 std::shared_ptr<SymbolResolver> Resolver, in createLinkedObject()
351 std::shared_ptr<SymbolResolver> Resolver; member
DGlobalMappingLayer.h50 std::shared_ptr<JITSymbolResolver> Resolver) { in addModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalIFunc.h57 void setResolver(Constant *Resolver) { in setResolver()
/third_party/skia/third_party/externals/tint/docs/
Darch.md145 ## Resolver section in Tint Architecture
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h26 object::RelocationResolver Resolver; member
/third_party/typescript/tests/baselines/reference/
DinferrenceInfiniteLoopWithSubtyping.js19 export class Resolver { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h31 std::shared_ptr<LegacyJITSymbolResolver> Resolver) in LinkingSymbolResolver()
182 LinkingSymbolResolver Resolver; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h284 JITSymbolResolver &Resolver; variable
/third_party/PyYAML/lib/yaml/
Dresolver.py167 class Resolver(BaseResolver): class
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dunify.rs820 pub(super) struct Resolver< struct
825 pub(super) table: &'a mut InferenceTable<'b>,
826 pub(super) var_stack: &'a mut Vec<InferenceVar>,
827 pub(super) fallback: F,
829 impl<'a, 'b, F> TypeFolder<Interner> for Resolver<'a, 'b, F> implementation

123