| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | LLVMContext.cpp | 190 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError() 195 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError() 228 void LLVMContext::diagnose(const DiagnosticInfo &DI) { in diagnose() function in LLVMContext 252 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | ResetMachineFunctionPass.cpp | 72 F.getContext().diagnose(DiagFallback); in runOnMachineFunction()
|
| D | MachineOptimizationRemarkEmitter.cpp | 62 Ctx.diagnose(OptDiag); in emit()
|
| D | MachineModuleInfo.cpp | 408 Ctx.diagnose(DiagnosticInfoSrcMgr(SMD, IsInlineAsm, LocCookie)); in doInitialization()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVFrameLowering.cpp | 48 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSPrologue() 55 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSPrologue() 98 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSEpilogue() 105 Ctx.diagnose(DiagnosticInfoUnsupported{ in emitSCSEpilogue() 404 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue() 457 MF.getFunction().getContext().diagnose(DiagnosticInfoUnsupported{ in emitPrologue()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAsmPrinter.cpp | 682 MF.getFunction().getContext().diagnose(DiagStackSize); in getSIProgramInfo() 705 Ctx.diagnose(Diag); in getSIProgramInfo() 753 Ctx.diagnose(Diag); in getSIProgramInfo() 770 Ctx.diagnose(Diag); in getSIProgramInfo() 777 Ctx.diagnose(Diag); in getSIProgramInfo()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| D | BPFRegisterInfo.cpp | 52 F.getContext().diagnose(DiagStackSize); in WarnSize()
|
| D | BPFISelLowering.cpp | 40 DAG.getContext()->diagnose( in fail() 52 DAG.getContext()->diagnose( in fail()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | OptimizationRemarkEmitter.cpp | 88 F->getContext().diagnose(OptDiag); in emit()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | LLVMContext.h | 260 void diagnose(const DiagnosticInfo &DI);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | SampleProfileLoaderBaseImpl.h | 860 Func.getContext().diagnose(DiagnosticInfoSampleProfile( 873 Func.getContext().diagnose(DiagnosticInfoSampleProfile( 904 Func.getContext().diagnose(DiagnosticInfoSampleProfile(
|
| /freebsd-12-stable/crypto/openssh/contrib/ |
| D | README | 50 versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | PGOInstrumentation.cpp | 1311 Ctx.diagnose( in readCounters() 1339 Ctx.diagnose(DiagnosticInfoPGOProfile( in readCounters() 1566 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateValueSites() 1808 Ctx.diagnose( in annotateAllFunctions() 1817 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), in annotateAllFunctions() 1826 Ctx.diagnose(DiagnosticInfoPGOProfile( in annotateAllFunctions() 1956 Ctx.diagnose( in annotateAllFunctions()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| D | MIRParser.cpp | 195 Context.diagnose(DiagnosticInfoMIRParser( in error() 201 Context.diagnose(DiagnosticInfoMIRParser( in error() 228 Context.diagnose(DiagnosticInfoMIRParser(Kind, Diag)); in reportDiagnostic() 1036 Context.diagnose(DiagnosticInfoMIRParser( in createMIRParser()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 684 Context.diagnose(LTODiagnosticInfo(ErrMsg)); in emitError() 691 Context.diagnose(LTODiagnosticInfo(ErrMsg, DS_Warning)); in emitWarning()
|
| /freebsd-12-stable/contrib/gcc/ |
| D | unwind.inc | 60 diagnose these and merely crashes. */ 111 diagnose these and merely crashes. */
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinterInlineAsm.cpp | 542 MMI->getModule()->getContext().diagnose(DiagnosticInfoInlineAsm( in emitInlineAsm() 544 MMI->getModule()->getContext().diagnose( in emitInlineAsm()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Lookup.h | 228 if (Diagnose) diagnose(); in ~LookupResult() 694 void diagnose() { in diagnose() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/ |
| D | LinkModules.cpp | 60 SrcM->getContext().diagnose(LinkDiagnosticInfo(DS_Error, Message)); in emitError() 574 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86InsertPrefetch.cpp | 165 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg, in doInitialization()
|
| /freebsd-12-stable/contrib/googletest/googlemock/ |
| D | CHANGES | 108 * Improved the Google Mock doctor to diagnose more diseases.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | SampleProfile.cpp | 1768 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization() 1778 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization() 1828 Ctx.diagnose(DiagnosticInfoSampleProfile(Filename, Msg)); in doInitialization()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| D | SampleProfReader.cpp | 1571 Ctx.diagnose(DiagnosticInfoSampleProfile( in applyRemapping() 1676 C.diagnose(DiagnosticInfoSampleProfile(B->getBufferIdentifier(), in create() 1721 C.diagnose(DiagnosticInfoSampleProfile(RemapFilename, Msg)); in create()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| D | SampleProfReader.h | 436 Ctx.diagnose(DiagnosticInfoSampleProfile(Buffer->getBufferIdentifier(), in reportError()
|
| /freebsd-12-stable/crypto/openssh/regress/ |
| D | README.regress | 147 Failed tests can be difficult to diagnose. Suggestions:
|