/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CycleAnalysis.h | 40 CycleInfo &getResult() { return CI; } getResult() function 41 const CycleInfo &getResult() const { return CI; } getResult() function
|
H A D | ScopedNoAliasAA.h | 71 ScopedNoAliasAAResult &getResult() { return *Result; } in getResult() function 72 const ScopedNoAliasAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | TypeBasedAliasAnalysis.h | 78 TypeBasedAAResult &getResult() { return *Result; } in getResult() function 79 const TypeBasedAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | ScalarEvolutionAliasAnalysis.h | 64 SCEVAAResult &getResult() { return *Result; } in getResult() function 65 const SCEVAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | PhiValues.h | 146 PhiValues &getResult() { return *Result; } in getResult() function 145 PhiValues &getResult() { return *Result; } getResult() function
|
H A D | StackSafetyAnalysis.h | 118 const StackSafetyInfo &getResult() const { return SSI; } getResult() function 159 const StackSafetyGlobalInfo &getResult() const { return SSGI; } getResult() function
|
H A D | GlobalsModRef.h | 150 GlobalsAAResult &getResult() { return *Result; } in getResult() function 151 const GlobalsAAResult &getResult() const { return *Result; } in getResult() function
|
H A D | BasicAliasAnalysis.h | 169 BasicAAResult &getResult() { return *Result; } getResult() function 170 const BasicAAResult &getResult() const { return *Result; } getResult() function
|
H A D | InlineOrder.h | 72 Result getResult() { return {Factory}; } in getResult() function
|
H A D | MemoryDependenceAnalysis.h | 222 const MemDepResult &getResult() const { return Result; } in getResult() function 247 const MemDepResult &getResult() const { return Entry.getResult(); } in getResult() function
|
H A D | InlineAdvisor.h | 310 Result getResult() { return {Factory}; } getResult() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXAliasAnalysis.h | 64 NVPTXAAResult &getResult() { return *Result; } in getResult() function 65 const NVPTXAAResult &getResult() const { return *Result; } in getResult() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAliasAnalysis.h | 69 AMDGPUAAResult &getResult() { return *Result; } in getResult() function 70 const AMDGPUAAResult &getResult() const { return *Result; } in getResult() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | TemplateDeduction.h | 300 TemplateDeductionResult getResult() const { in getResult() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PassManager.h | 405 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) { in getResult() function
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 729 StringRef getResult() { return Result; } in getResult() function in __anon992240d30411::IAPrinter
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 268 Expected<std::string> NumericSubstitution::getResult() const { in getResult() function in NumericSubstitution 278 Expected<std::string> StringSubstitution::getResult() const { in getResult() function in StringSubstitution
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 1034 Record *getResult(unsigned RN) const { in getResult() function
|
H A D | DAGISelMatcher.h | 1117 unsigned getResult(unsigned R) const { return Results[R]; } in getResult() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 2437 const std::string &getResult() { in getResult() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 1685 bool getResult() const { return Result; } in getResult() function in __anon75c807110711::ConstraintRefersToContainingTemplateChecker
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9238 llvm::Expected<Attr *> getResult() && { in getResult() function in __anone38d232b0811::AttrImporter
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 2174 auto getResult() const -> bool { return m_result; } in getResult() function
|