Home
last modified time | relevance | path

Searched refs:Lookups (Results 1 – 14 of 14) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DEncounterImpl.java40 private final Lookups lookups;
48 EncounterImpl(Errors errors, Lookups lookups) { in EncounterImpl()
DLookups.java30 interface Lookups { interface
DDeferredLookups.java35 final class DeferredLookups implements Lookups {
DInjectorImpl.java67 final class InjectorImpl implements Injector, Lookups {
126 Lookups lookups = new DeferredLookups(this);
/external/python/cpython2/Tools/pybench/
DSetup.py23 from Lookups import *
/external/clang/lib/Sema/
DSemaOpenMP.cpp8887 static T filterLookupForUDR(SmallVectorImpl<UnresolvedSet<8>> &Lookups, in filterLookupForUDR() argument
8889 for (auto &Set : Lookups) { in filterLookupForUDR()
8905 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local
8916 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
8917 Lookups.back().append(Lookup.begin(), Lookup.end()); in buildDeclareReductionRef()
8922 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
8926 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
8928 Lookups.back().addDecl(DRD); in buildDeclareReductionRef()
8934 filterLookupForUDR<bool>(Lookups, [](ValueDecl *D) -> bool { in buildDeclareReductionRef()
8941 for (auto &Set : Lookups) { in buildDeclareReductionRef()
[all …]
/external/python/cpython2/Objects/
Ddictnotes.txt263 Caching Lookups
/external/clang/lib/Serialization/
DASTReader.cpp6647 auto It = Lookups.find(DC); in FindExternalVisibleDeclsByName()
6648 if (It == Lookups.end()) in FindExternalVisibleDeclsByName()
6670 auto It = Lookups.find(DC); in completeVisibleDeclsMap()
6671 assert(It != Lookups.end() && in completeVisibleDeclsMap()
6691 auto I = Lookups.find(Primary); in getLoadedLookupTables()
6692 return I == Lookups.end() ? nullptr : &I->second; in getLoadedLookupTables()
DASTReaderDecl.cpp1567 assert(Reader.Lookups.find(MergeDD.Definition) == Reader.Lookups.end() && in MergeDefinitionData()
3528 Lookups[DC].Table.add( in loadDeclUpdateRecords()
DASTWriter.cpp3701 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable() local
3702 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable()
/external/clang/include/clang/Serialization/
DASTReader.h513 serialization::reader::DeclContextLookupTable> Lookups; variable
/external/python/cpython3/Doc/library/
Dcollections.rst62 Lookups search the underlying mappings successively until a key is found. In
/external/llvm/docs/
DSourceLevelDebugging.rst750 * Lookups should be very fast
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst806 * Lookups should be very fast