/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 216 template <TagT N> struct Lookup { struct 218 using MemberT = decltype( 222 using PointerT = typename MemberT::PointerT; 225 using TraitsT = typename MemberT::TraitsT;
|
H A D | DenseMap.h | 556 ValueT &&Value, LookupKeyT &Lookup) { in InsertIntoBucketWithLookup() 565 BucketT *InsertIntoBucketImpl(const KeyT &Key, const LookupKeyT &Lookup, in InsertIntoBucketImpl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ComparisonCategories.cpp | 81 DeclContextLookupResult Lookup = Record->getCanonicalDecl()->lookup( in lookupValueInfo() local 92 DeclContextLookupResult Lookup = in lookupStdNamespace() local 104 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name)); in lookupCXXRecordDecl() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | map_test.cc | 46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | map_test.cc | 46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 89 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in Lookup() function in DynamicLibrary::HandleSet
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | AssumeBundleQueries.cpp | 88 auto Lookup = Result.find(Key); in fillMapFromAssume() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 180 auto Lookup = AssumedKnowledgeMap.find(Key); in addKnowledge() local 442 auto &Lookup = Knowledge[{RK.WasOn, RK.AttrKind}]; in dropRedundantKnowledge() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 279 UnresolvedLookupExpr *Lookup) { in buildOperatorCoawaitCall() 835 ExprResult Lookup = buildOperatorCoawaitLookupExpr(*this, S, Loc); in ActOnCoawaitExpr() local 843 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
|
H A D | SemaAttr.cpp | 703 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName); in ActOnPragmaUnused() local
|
H A D | SemaOpenMP.cpp | 2794 LookupResult Lookup(*this, Id, LookupOrdinaryName); in ActOnOpenMPIdExpression() local 6637 LookupResult Lookup(*this, DeclarationName(BaseII), D.getIdentifierLoc(), in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() local 16049 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() local 16109 LookupResult Lookup(SemaRef, ReductionId, Sema::LookupOMPReductionName); in buildDeclareReductionRef() local 18809 LookupResult Lookup(SemaRef, MapperId, Sema::LookupOMPMapperName); in buildUserDefinedMapperRef() local 19305 LookupResult Lookup(*this, Name, SourceLocation(), LookupOMPReductionName, in ActOnOpenMPDeclareReductionDirectiveStart() local 19557 LookupResult Lookup(*this, Name, SourceLocation(), LookupOMPMapperName, in ActOnOpenMPDeclareMapperDirective() local 20036 LookupResult Lookup(*this, Id, LookupOrdinaryName); in lookupOpenMPDeclareTargetName() local
|
H A D | SemaTemplateInstantiate.cpp | 3422 DeclContext::lookup_result Lookup = in InstantiateClassMembers() local
|
H A D | SemaInit.cpp | 2540 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName); in CheckDesignatedInitializer() local
|
H A D | SemaDeclCXX.cpp | 8342 auto Lookup = [&](OverloadedOperatorKind OO) { in lookupOperatorsForDefaultedComparison() local 15158 DeclContext::lookup_result Lookup = in BuildCXXDefaultInitExpr() local
|
H A D | TreeTransform.h | 1479 UnresolvedLookupExpr *Lookup) { in RebuildDependentCoawaitExpr() 3588 DeclContext::lookup_result Lookup = TUDecl->lookup(DeclarationName(&Name)); in RebuildShuffleVectorExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 1057 const char *Lookup = ",/\\:. \n\t'-"; in demangleCharLiteral() local 1064 char Lookup[26] = {'\xE1', '\xE2', '\xE3', '\xE4', '\xE5', '\xE6', '\xE7', in demangleCharLiteral() local 1074 char Lookup[26] = {'\xC1', '\xC2', '\xC3', '\xC4', '\xC5', '\xC6', '\xC7', in demangleCharLiteral() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | DynamicType.cpp | 79 const auto *Lookup = State->get<DynamicCastMap>().lookup(MR); in getDynamicCastInfo() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastValueChecker.cpp | 465 const auto *Lookup = CDM.lookup(Call); in evalCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/ |
H A D | M68kDisassembler.cpp | 469 const M68kInstructionLookup &Lookup = Lookups[I]; in getInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 184 Lookup("lookup", variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 599 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1261 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in EvaluateHasIncludeNext() local
|
H A D | PPDirectives.cpp | 2316 const DirectoryLookup *Lookup = CurDirLookup; in HandleIncludeNextDirective() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3564 data_type_ref Lookup) { in EmitKeyDataLength() 3622 void EmitData(raw_ostream &Out, key_type_ref, data_type Lookup, in EmitData()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2510 llvm::Constant *&Lookup = AnnotationArgs[ID.ComputeHash()]; in EmitAnnotationArgs() local
|