Home
last modified time | relevance | path

Searched defs:LookupResult (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h38 struct LookupResult { struct
55 inline bool operator==(const LookupResult &LHS, const LookupResult &RHS) { argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h373 struct LookupResult { struct
375 LookupResult(InstructionPattern *Def) : Found(true), Def(Def) {} in LookupResult() argument
383 LookupResult lookup(StringRef OpName) const { in lookup() argument
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DRISCVIntrinsicManager.h20 class LookupResult; variable
H A DMultiplexExternalSemaSource.h26 class LookupResult; variable
H A DLookup.h186 LookupResult(TemporaryToken _, const LookupResult &Other) in LookupResult() function
198 LookupResult(LookupResult &&Other) in LookupResult() function
676 friend class LookupResult; variable
H A DExternalSemaSource.h31 class LookupResult; variable
H A DSema.h152 class LookupResult; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h81 using LookupResult = DeclList; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h898 struct LookupResult { struct
912 LookupResult(Entry *E, sys::path::const_iterator Start, argument
918 std::optional<StringRef> getExternalRedirect() const { in getExternalRedirect()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h63 enum class LookupResult { Success, Fail, Ignore }; enum
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp120 __anonf070d25f0202( Expected<AsyncLookupResult> LookupResult) linkPhase2() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h374 using LookupResult = std::map<StringRef, JITEvaluatedSymbol>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h106 using LookupResult = std::vector<ExecutorAddr>; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp316 auto LookupResult = Platform::lookupInitSymbols(ES, LookupSymbols); in getInitializers() local
373 auto LookupResult = Platform::lookupInitSymbols(ES, LookupSymbols); in getDeinitializers() local
H A DCore.cpp1567 Error LookupResult{Error::success()}; in lookupInitSymbolsAsync() member in llvm::orc::Platform::lookupInitSymbolsAsync::TriggerOnComplete
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1666 auto LookupResult = MemoryAccessToClass.find(From); in setMemoryClass() local
4214 auto LookupResult = IntrinsicInstPred.find(I); in shouldSwapOperandsForIntrinsic() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp238 for (auto *LookupResult : lookup(Id)) { in getProperty() local
H A DASTImporter.cpp9013 ASTImporterLookupTable::LookupResult LookupResult = in findDeclsInToCtx() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2258 RedirectingFileSystem::LookupResult::LookupResult( in LookupResult() function in RedirectingFileSystem::LookupResult
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2994 LifetimeExtendedTemporaryDecl *&LookupResult = in mergeMergeable() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8560 ExprResult LookupResult = getDerived().TransformUnresolvedLookupExpr( in TransformDependentCoawaitExpr() local