Home
last modified time | relevance | path

Searched defs:Reason (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp82 void llvm::report_fatal_error(const char *Reason, bool GenCrashDiag) { in report_fatal_error()
86 void llvm::report_fatal_error(const std::string &Reason, bool GenCrashDiag) { in report_fatal_error()
90 void llvm::report_fatal_error(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
94 void llvm::report_fatal_error(const Twine &Reason, bool GenCrashDiag) { in report_fatal_error()
147 void llvm::report_bad_alloc_error(const char *Reason, bool GenCrashDiag) { in report_bad_alloc_error()
H A DSmallVector.cpp53 std::string Reason = "SmallVector unable to grow. Requested capacity (" + in report_size_overflow() local
68 std::string Reason = in report_at_maximum_capacity() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DInlineCost.h77 const char *Reason = nullptr; variable
92 static InlineCost getAlways(const char *Reason) { in getAlways()
95 static InlineCost getNever(const char *Reason) { in getNever()
140 static InlineResult failure(const char *Reason) { in failure()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DHWEventListener.h146 : Reason(reason), AffectedInstructions(Insts), ResourceMask(Mask) {} in Reason() function
149 GenericReason Reason; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h78 ImportFailureReason Reason; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h92 NeverCalledReason Reason, in handleNeverCalled()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp132 FileChangeReason Reason, in FileChanged()
H A DPrintPreprocessedOutput.cpp260 FileChangeReason Reason, in FileChanged()
H A DVerifyDiagnosticConsumer.cpp67 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp575 static void fail(const Instruction *I, const char *Reason, Value *V) { in fail()
655 const char *Reason) { in checkConstantInt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp178 FunctionImporter::ImportFailureReason &Reason, in selectCallee()
357 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName()
471 FunctionImporter::ImportFailureReason Reason; in computeImportForFunction() local
H A DSampleProfile.cpp870 const char *Reason = "Callee function not available"; in tryPromoteAndInlineCandidate() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp103 FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp284 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp124 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr()
143 SIScheduleCandReason Reason) { in tryLess()
160 SIScheduleCandReason Reason) { in tryGreater()
H A DSIMachineScheduler.h40 SIScheduleCandReason Reason = NoCand; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2743 GenericSchedulerBase::CandReason Reason) { in getReasonStr()
2824 GenericSchedulerBase::CandReason Reason) { in tryLess()
2840 GenericSchedulerBase::CandReason Reason) { in tryGreater()
2887 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick()
3050 GenericSchedulerBase::CandReason Reason, in tryPressure()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp155 FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp295 if (const char *Reason = IC.getReason()) in operator <<() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h867 CandReason Reason; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h386 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp248 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1393 PPCallbacks::FileChangeReason Reason = PPCallbacks::RenameFile; in HandleDigitDirective() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCalledOnceCheck.cpp489 NeverCalledReason Reason; member

12