| /third_party/rust/rust/compiler/rustc_resolve/src/ |
| D | lib.rs | 900 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 …]
|
| D | effective_visibilities.rs | 42 impl Resolver<'_, '_> { implementation
|
| D | check_unused.rs | 284 impl Resolver<'_, '_> { impl
|
| /third_party/rust/rust/tests/ui/mir/ |
| D | issue-107691.rs | 8 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/ |
| D | resolver.rs | 32 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/ |
| D | issue-104815.rs | 35 trait Resolver {} trait 37 impl<R: Resolver> Resolver for &R {} impl
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-ssr/src/ |
| D | resolving.rs | 69 struct Resolver<'a, 'db> { struct 74 impl Resolver<'_, '_> { argument
|
| /third_party/grpc/src/core/resolver/ |
| D | README.md | 1 # Resolver chapter
|
| D | resolver.cc | 29 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/ |
| D | RuntimeDyldELFMips.h | 25 JITSymbolResolver &Resolver) in RuntimeDyldELFMips()
|
| D | RuntimeDyldCOFFI386.h | 27 JITSymbolResolver &Resolver) in RuntimeDyldCOFFI386()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldCOFF.h | 39 JITSymbolResolver &Resolver) in RuntimeDyldCOFF()
|
| D | RuntimeDyldMachO.h | 52 JITSymbolResolver &Resolver) in RuntimeDyldMachO() 155 JITSymbolResolver &Resolver) in RuntimeDyldMachOCRTPBase()
|
| D | RuntimeDyldCOFF.cpp | 50 JITSymbolResolver &Resolver) { in create()
|
| /third_party/rust/rust/compiler/rustc_hir_typeck/src/ |
| D | writeback.rs | 743 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/ |
| D | RTDyldObjectLinkingLayer.h | 216 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
|
| D | GlobalMappingLayer.h | 50 std::shared_ptr<JITSymbolResolver> Resolver) { in addModule()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | GlobalIFunc.h | 57 void setResolver(Constant *Resolver) { in setResolver()
|
| /third_party/skia/third_party/externals/tint/docs/ |
| D | arch.md | 145 ## Resolver section in Tint Architecture
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFRelocMap.h | 26 object::RelocationResolver Resolver; member
|
| /third_party/typescript/tests/baselines/reference/ |
| D | inferrenceInfiniteLoopWithSubtyping.js | 19 export class Resolver { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
| D | MCJIT.h | 31 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/ |
| D | RuntimeDyld.h | 284 JITSymbolResolver &Resolver; variable
|
| /third_party/PyYAML/lib/yaml/ |
| D | resolver.py | 167 class Resolver(BaseResolver): class
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/ |
| D | unify.rs | 820 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
|