Home
last modified time | relevance | path

Searched refs:Lookups (Results 1 – 25 of 25) 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/libchrome/components/policy/core/common/
Dschema_map_unittest.cc99 TEST_F(SchemaMapTest, Lookups) { in TEST_F() argument
Dschema_unittest.cc443 TEST(SchemaTest, Lookups) { in TEST() argument
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp14593 SmallVectorImpl<U> &Lookups, const llvm::function_ref<T(ValueDecl *)> Gen) { in filterLookupForUDReductionAndMapper() argument
14594 for (U &Set : Lookups) { in filterLookupForUDReductionAndMapper()
14622 SmallVectorImpl<UnresolvedSet<8>> &Lookups) { in argumentDependentLookup() argument
14671 Lookups.emplace_back(); in argumentDependentLookup()
14672 Lookups.back().addDecl(Underlying); in argumentDependentLookup()
14684 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local
14695 Lookups.emplace_back(); in buildDeclareReductionRef()
14696 Lookups.back().append(Lookup.begin(), Lookup.end()); in buildDeclareReductionRef()
14701 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
14705 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
[all …]
DSemaTemplateInstantiateDecl.cpp4583 SmallVector<DeclAccessPair, 32> Lookups; in SubstDefaultedFunction() local
4584 Lookups.reserve(DFI->getUnqualifiedLookups().size()); in SubstDefaultedFunction()
4592 Lookups.push_back(DeclAccessPair::make(D, DA.getAccess())); in SubstDefaultedFunction()
4599 SemaRef.Context, Lookups) in SubstDefaultedFunction()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2866 ArrayRef<DeclAccessPair> Lookups) { in Create() argument
2868 totalSizeToAlloc<DeclAccessPair>(Lookups.size()), in Create()
2871 Info->NumLookups = Lookups.size(); in Create()
2872 std::uninitialized_copy(Lookups.begin(), Lookups.end(), in Create()
/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/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp897 SmallVector<DeclAccessPair, 8> Lookups; in VisitFunctionDecl() local
901 Lookups.push_back(DeclAccessPair::make(ND, AS)); in VisitFunctionDecl()
904 Reader.getContext(), Lookups)); in VisitFunctionDecl()
1790 assert(Reader.Lookups.find(MergeDD.Definition) == Reader.Lookups.end() && in MergeDefinitionData()
4221 Lookups[DC].Table.add( in loadDeclUpdateRecords()
DASTReader.cpp7591 auto It = Lookups.find(DC); in FindExternalVisibleDeclsByName()
7592 if (It == Lookups.end()) in FindExternalVisibleDeclsByName()
7614 auto It = Lookups.find(DC); in completeVisibleDeclsMap()
7615 assert(It != Lookups.end() && in completeVisibleDeclsMap()
7635 auto I = Lookups.find(Primary); in getLoadedLookupTables()
7636 return I == Lookups.end() ? nullptr : &I->second; in getLoadedLookupTables()
DASTWriter.cpp3842 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable() local
3843 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable()
/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/llvm-project/clang/include/clang/Serialization/
DASTReader.h572 serialization::reader::DeclContextLookupTable> Lookups; variable
/external/clang/include/clang/Serialization/
DASTReader.h513 serialization::reader::DeclContextLookupTable> Lookups; variable
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/llvm-project/clang/include/clang/AST/
DDecl.h1838 ArrayRef<DeclAccessPair> Lookups);
/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/llvm-project/llvm/docs/
DSourceLevelDebugging.rst1357 * Lookups should be very fast