Home
last modified time | relevance | path

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

123

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h36 ExecutorAddr Lookup; member
54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup()
63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup()
/llvm-project/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;
/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp59 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMnemonic() local
94 const SPIRV::SymbolicOperand *Lookup = getSymbolicOperandMinVersion() local
106 const SPIRV::SymbolicOperand *Lookup = getSymbolicOperandMaxVersion() local
168 const SPIRV::SymbolicOperand *Lookup = getLinkStringForBuiltIn() local
183 const SPIRV::SymbolicOperand *Lookup = getSpirvBuiltInIdByName() local
222 const SPIRV::ExtendedBuiltin *Lookup = getExtInstName() local
[all...]
/llvm-project/lldb/include/lldb/Utility/
H A DThreadSafeDenseMap.h35 _ValueType Lookup(_KeyType k) { in Lookup() function
40 bool Lookup(_KeyType k, _ValueType &v) { in Lookup() function
/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp82 DeclContextLookupResult Lookup = Record->getCanonicalDecl()->lookup( in lookupValueInfo() local
93 DeclContextLookupResult Lookup = in lookupStdNamespace() local
105 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name)); in lookupCXXRecordDecl() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.cpp85 const SymbolLookupSet &Lookup, in lookupAsync() argument
103 const RemoteSymbolLookupSet &Lookup, in lookupAsync() argument
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DService.proto18 rpc Lookup(LookupRequest) returns (stream LookupReply) {} rpc
/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeDenseSet.h38 bool Lookup(_ElementType e) { in Lookup() function
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.cpp200 diagnoseBadBooleanOption(const Twine & Lookup,StringRef Unparsed) const diagnoseBadBooleanOption() argument
207 diagnoseBadIntegerOption(const Twine & Lookup,StringRef Unparsed) const diagnoseBadIntegerOption() argument
214 diagnoseBadEnumOption(const Twine & Lookup,StringRef Unparsed,StringRef Suggestion) const diagnoseBadEnumOption() argument
/llvm-project/clang/unittests/AST/
H A DASTDumperTest.cpp32 auto Lookup = Ctx.getTranslationUnitDecl()->lookup(&Ctx.Idents.get(Name)); in dumpTypeLoc() local
/llvm-project/third-party/benchmark/test/
H A Dmap_test.cc47 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) { in BENCHMARK_DEFINE_F() argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp89 struct Lookup {}; struct
109 struct Lookup {}; struct
/llvm-project/clang-tools-extra/clangd/unittests/
H A DIndexTests.cpp80 TEST(RelationSlab, Lookup) { in TEST() argument
217 TEST(MemIndexTest, Lookup) { in TEST() argument
277 TEST(MergeIndexTest, Lookup) { in TEST() argument
H A DDexTests.cpp477 TEST(Dex, Lookup) { in TEST() argument
657 TEST(DexTest,Lookup) TEST() argument
/llvm-project/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp88 auto Lookup = Result.find(Key); in fillMapFromAssume() local
/llvm-project/llvm/unittests/ExecutionEngine/JITLink/
H A DJITLinkMocks.h
/llvm-project/clang/test/SemaCXX/
H A Dconversion-function.cpp483 template <typename U> using Lookup = decltype(T{}.operator U()); typedef
491 template<typename U> using Lookup = decltype(&B::operator U); typedef
/llvm-project/lldb/source/Target/
H A DTrace.cpp53 static std::optional<V> Lookup(DenseMap<K, V> &map, K k) { in Lookup() function
70 static std::optional<V> Lookup(DenseMap<K1, DenseMap<K2, V>> &map, K1 k1, in Lookup() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h407 InsertIntoBucketWithLookup(BucketT * TheBucket,KeyT && Key,ValueT && Value,LookupKeyT & Lookup) InsertIntoBucketWithLookup() argument
416 InsertIntoBucketImpl(const KeyT & Key,const LookupKeyT & Lookup,BucketT * TheBucket) InsertIntoBucketImpl() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp181 auto Lookup = AssumedKnowledgeMap.find(Key); in addKnowledge() local
444 auto &Lookup = Knowledge[{RK.WasOn, RK.AttrKind}]; dropRedundantKnowledge() local
/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp96 void *Lookup(const char *Symbol, DynamicLibrary::SearchOrdering Order) { in Lookup() function in DynamicLibrary::HandleSet
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp175 class Lookup : public Command { class
/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp38 DirectoryLookupInfo(IncludeDirGroup Group, DirectoryLookup Lookup, member
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp478 CDBLookupResult Lookup; global() member
520 enqueue(CDBLookupResult Lookup) enqueue() argument
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp253 Functions.append(Lookup->decls_begin(), Lookup->decls_end()); in BuildOperatorCoawaitCall() argument
804 ExprResult Lookup = BuildOperatorCoawaitLookupExpr(S, Loc); ActOnCoawaitExpr() local
831 BuildUnresolvedCoawaitExpr(SourceLocation Loc,Expr * Operand,UnresolvedLookupExpr * Lookup) BuildUnresolvedCoawaitExpr() argument
[all...]

123