Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp363 std::vector<DirectoryLookup> Lookups; in extractLookups() local
364 Lookups.reserve(Infos.size()); in extractLookups()
365 llvm::transform(Infos, std::back_inserter(Lookups), in extractLookups()
367 return Lookups; in extractLookups()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp21 DWARFLog::Lookups},
H A DLogChannelDWARF.h21 Lookups = Log::ChannelFlag<3>, enumerator
H A DDWARFASTParserClang.cpp533 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseTypeFromDWARF()
627 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ExtractDataMemberLocation()
692 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseTypeModifier()
948 } else if (Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups)) { in MapDeclDIEToDefDIE()
960 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseEnum()
1075 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ConvertDWARFCallingConventionToClang()
1133 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseCXXMethod()
1264 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseSubroutine()
1728 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in ParseStructureLikeDIE()
2902 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in CreateStaticMemberVariable()
H A DDebugNamesDWARFIndex.cpp173 GetLog(DWARFLog::Lookups), in MaybeLogLookupError()
311 GetLog(DWARFLog::Lookups), parent.takeError(), in getParentChain()
H A DAppleDWARFIndex.cpp225 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in GetTypes()
H A DSymbolFileDWARF.cpp2298 Log *log = GetLog(DWARFLog::Lookups); in DeclContextMatchesThisSymbolFile()
2311 Log *log = GetLog(DWARFLog::Lookups); in FindGlobalVariables()
2399 Log *log = GetLog(DWARFLog::Lookups); in FindGlobalVariables()
2511 Log *log = GetLog(DWARFLog::Lookups); in FindFunctions()
2579 Log *log = GetLog(DWARFLog::Lookups); in FindFunctions()
2677 Log *log = GetLog(DWARFLog::Lookups); in FindTypes()
2781 Log *log = GetLog(DWARFLog::Lookups); in FindNamespace()
2975 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in FindDefinitionDIE()
3719 LLDB_LOG(GetLog(DWARFLog::Lookups), in ParseAndAppendGlobalVariable()
H A DManualDWARFIndex.cpp151 Log *log = GetLog(DWARFLog::Lookups); in IndexUnit()
/freebsd/crypto/openssl/doc/man7/
H A Dproperty.pod70 More details about that in the B<Lookups> section.
108 =head2 Lookups section in DESCRIPTION
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp18455 SmallVectorImpl<U> &Lookups, const llvm::function_ref<T(ValueDecl *)> Gen) { in filterLookupForUDReductionAndMapper() argument
18456 for (U &Set : Lookups) { in filterLookupForUDReductionAndMapper()
18484 SmallVectorImpl<UnresolvedSet<8>> &Lookups) { in argumentDependentLookup() argument
18533 Lookups.emplace_back(); in argumentDependentLookup()
18534 Lookups.back().addDecl(Underlying); in argumentDependentLookup()
18546 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local
18558 Lookups.emplace_back(); in buildDeclareReductionRef()
18559 Lookups.back().append(Lookup.begin(), Lookup.end()); in buildDeclareReductionRef()
18564 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
18568 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
[all …]
H A DSemaTemplateInstantiateDecl.cpp5401 SmallVector<DeclAccessPair, 32> Lookups; in SubstDefaultedFunction() local
5402 Lookups.reserve(DFI->getUnqualifiedLookups().size()); in SubstDefaultedFunction()
5410 Lookups.push_back(DeclAccessPair::make(D, DA.getAccess())); in SubstDefaultedFunction()
5417 SemaRef.Context, Lookups) in SubstDefaultedFunction()
/freebsd/contrib/sendmail/src/
H A DTUNING118 * DNS Lookups
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1091 SmallVector<DeclAccessPair, 8> Lookups; in VisitFunctionDecl() local
1095 Lookups.push_back(DeclAccessPair::make(ND, AS)); in VisitFunctionDecl()
1100 Reader.getContext(), Lookups, DeletedMessage)); in VisitFunctionDecl()
2085 assert(!Reader.Lookups.contains(MergeDD.Definition) && in MergeDefinitionData()
4419 Lookups[DC].Table.add( in loadDeclUpdateRecords()
H A DASTWriter.cpp4558 auto *Lookups = in GenerateSpecializationInfoLookupTable() local
4572 if (Lookups) in GenerateSpecializationInfoLookupTable()
4573 ExisitingSpecs = Lookups->Table.find(HashValue); in GenerateSpecializationInfoLookupTable()
4578 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateSpecializationInfoLookupTable()
4774 auto *Lookups = Chain ? Chain->getLoadedLookupTables(DC) : nullptr; in GenerateNameLookupTable() local
4775 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr); in GenerateNameLookupTable()
H A DASTReader.cpp8572 if (auto It = Lookups.find(DC); It != Lookups.end()) { in FindExternalVisibleDeclsByName()
8624 findAll(Lookups, NumVisibleDeclContextsRead); in completeVisibleDeclsMap()
8636 auto I = Lookups.find(Primary); in getLoadedLookupTables()
8637 return I == Lookups.end() ? nullptr : &I->second; in getLoadedLookupTables()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3129 ASTContext &Context, ArrayRef<DeclAccessPair> Lookups, in Create() argument
3135 Lookups.size(), DeletedMessage != nullptr); in Create()
3139 Info->NumLookups = Lookups.size(); in Create()
3142 llvm::uninitialized_copy(Lookups, Info->getTrailingObjects<DeclAccessPair>()); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h667 serialization::reader::DeclContextLookupTable> Lookups; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2018 Create(ASTContext &Context, ArrayRef<DeclAccessPair> Lookups,
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION208 draft-ietf-ipngwg-icmp-name-lookups-09: IPv6 Name Lookups Through ICMP
/freebsd/contrib/ntp/
H A DChangeLog4954 * [Bug 690] Buffer overflow in Windows when doing DNS Lookups
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES477 See also "DNS Lookups" in sendmail/TUNING.