Home
last modified time | relevance | path

Searched defs:Lookup (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerSumType.h216 template <TagT N> struct Lookup { struct
218 using MemberT = decltype(
222 using PointerT = typename MemberT::PointerT;
225 using TraitsT = typename MemberT::TraitsT;
H A DDenseMap.h556 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 DComparisonCategories.cpp81 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 Dmap_test.cc46 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 Dmap_test.cc46 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDynamicLibrary.cpp89 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 DAssumeBundleQueries.cpp88 auto Lookup = Result.find(Key); in fillMapFromAssume() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp180 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 DSemaCoroutine.cpp279 UnresolvedLookupExpr *Lookup) { in buildOperatorCoawaitCall()
835 ExprResult Lookup = buildOperatorCoawaitLookupExpr(*this, S, Loc); in ActOnCoawaitExpr() local
843 UnresolvedLookupExpr *Lookup) { in BuildUnresolvedCoawaitExpr()
H A DSemaAttr.cpp703 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName); in ActOnPragmaUnused() local
H A DSemaOpenMP.cpp2794 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 DSemaTemplateInstantiate.cpp3422 DeclContext::lookup_result Lookup = in InstantiateClassMembers() local
H A DSemaInit.cpp2540 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName); in CheckDesignatedInitializer() local
H A DSemaDeclCXX.cpp8342 auto Lookup = [&](OverloadedOperatorKind OO) { in lookupOperatorsForDefaultedComparison() local
15158 DeclContext::lookup_result Lookup = in BuildCXXDefaultInitExpr() local
H A DTreeTransform.h1479 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 DMicrosoftDemangle.cpp1057 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 DDynamicType.cpp79 const auto *Lookup = State->get<DynamicCastMap>().lookup(MR); in getDynamicCastInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp465 const auto *Lookup = CDM.lookup(Call); in evalCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp469 const M68kInstructionLookup &Lookup = Lookups[I]; in getInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp184 Lookup("lookup", variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp599 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1261 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); in EvaluateHasIncludeNext() local
H A DPPDirectives.cpp2316 const DirectoryLookup *Lookup = CurDirLookup; in HandleIncludeNextDirective() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3564 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 DCodeGenModule.cpp2510 llvm::Constant *&Lookup = AnnotationArgs[ID.ComputeHash()]; in EmitAnnotationArgs() local

12