| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 363 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 D | LogChannelDWARF.cpp | 21 DWARFLog::Lookups},
|
| H A D | LogChannelDWARF.h | 21 Lookups = Log::ChannelFlag<3>, enumerator
|
| H A D | DWARFASTParserClang.cpp | 533 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 D | DebugNamesDWARFIndex.cpp | 173 GetLog(DWARFLog::Lookups), in MaybeLogLookupError() 311 GetLog(DWARFLog::Lookups), parent.takeError(), in getParentChain()
|
| H A D | AppleDWARFIndex.cpp | 225 Log *log = GetLog(DWARFLog::TypeCompletion | DWARFLog::Lookups); in GetTypes()
|
| H A D | SymbolFileDWARF.cpp | 2298 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 D | ManualDWARFIndex.cpp | 151 Log *log = GetLog(DWARFLog::Lookups); in IndexUnit()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | property.pod | 70 More details about that in the B<Lookups> section. 108 =head2 Lookups section in DESCRIPTION
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 18455 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 D | SemaTemplateInstantiateDecl.cpp | 5401 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 D | TUNING | 118 * DNS Lookups
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1091 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 D | ASTWriter.cpp | 4558 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 D | ASTReader.cpp | 8572 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 D | Decl.cpp | 3129 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 D | ASTReader.h | 667 serialization::reader::DeclContextLookupTable> Lookups; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 2018 Create(ASTContext &Context, ArrayRef<DeclAccessPair> Lookups,
|
| /freebsd/share/doc/IPv6/ |
| H A D | IMPLEMENTATION | 208 draft-ietf-ipngwg-icmp-name-lookups-09: IPv6 Name Lookups Through ICMP
|
| /freebsd/contrib/ntp/ |
| H A D | ChangeLog | 4954 * [Bug 690] Buffer overflow in Windows when doing DNS Lookups
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 477 See also "DNS Lookups" in sendmail/TUNING.
|