Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/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(StringRef Reason, bool GenCrashDiag) { in report_fatal_error()
90 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.cpp63 std::string Reason = "SmallVector unable to grow. Requested capacity (" + in report_size_overflow() local
78 std::string Reason = in report_at_maximum_capacity() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h23 enum class Reason { enum
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp52 if (const char *Reason = llvm::compression::getReasonIfUnsupported( in consumeCompressedHeader() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h151 : Reason(reason), AffectedInstructions(Insts), ResourceMask(Mask) {} in Reason() function
154 GenericReason Reason; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h103 const char *Reason = nullptr; variable
186 static InlineResult failure(const char *Reason) { in failure()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp158 const char *Reason = in runOnFunction() local
H A DMachineScheduler.cpp3093 GenericSchedulerBase::CandReason Reason) { in getReasonStr()
3176 GenericSchedulerBase::CandReason Reason) { in tryLess()
3192 GenericSchedulerBase::CandReason Reason) { in tryGreater()
3239 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick()
3400 GenericSchedulerBase::CandReason Reason, in tryPressure()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h82 ImportFailureReason Reason; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h91 NeverCalledReason Reason, in handleNeverCalled()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp501 [[noreturn]] static void fail(const Instruction *I, const char *Reason, in fail()
582 const char *Reason) { in checkConstantInt()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCXCOFFStreamer.cpp109 unsigned Lang, unsigned Reason, in emitXCOFFExceptDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp124 static const char *getReasonStr(SIScheduleCandReason Reason) { in getReasonStr()
142 SIScheduleCandReason Reason) { in tryLess()
159 SIScheduleCandReason Reason) { in tryGreater()
H A DSIMachineScheduler.h42 SIScheduleCandReason Reason = NoCand; member
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h71 virtual void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
480 void FileChanged(SourceLocation Loc, FileChangeReason Reason, in FileChanged()
487 void LexedFileChanged(FileID FID, LexedFileChangeReason Reason, in LexedFileChanged()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp400 if (const char *Reason = compression::getReasonIfUnsupported( in main() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp278 FunctionImporter::ImportFailureReason &Reason) { in selectCallee()
693 getFailureName(FunctionImporter::ImportFailureReason Reason) { in getFailureName()
804 FunctionImporter::ImportFailureReason Reason{}; in computeImportForFunction() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp155 FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp232 } Reason = Valid; in DiagReservedModuleName() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp351 if (const char *Reason = IC.getReason()) in operator <<() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp478 const char *Reason = nullptr; in getPromotionCandidatesForCallSite() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp346 FileChangeReason Reason, in FileChanged()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp442 LexedFileChangeReason Reason, in LexedFileChanged()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1126 CandReason Reason; member

123