Home
last modified time | relevance | path

Searched defs:ErrorMsg (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp239 std::string &ErrorMsg) { in stripPositionalArgs()
321 std::string &ErrorMsg, in loadFromCommandLine()
339 FixedCompilationDatabase::loadFromFile(StringRef Path, std::string &ErrorMsg) { in loadFromFile()
353 std::string &ErrorMsg) { in loadFromBuffer()
H A DAllTUsExecution.cpp89 std::string ErrorMsg; in execute() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp57 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError()
72 std::string ErrorMsg; member in __anon28198e1b0111::ParseError
130 static llvm::Error makeParseError(const ParseState &S, std::string ErrorMsg) { in makeParseError()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp28 const char *ErrorMsg = dlerror(); in GetFnPtr() local
H A DFuzzerUtilFuchsia.cpp544 char ErrorMsg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]; in ExecuteCommand() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPutenvStackArrayChecker.cpp59 StringRef ErrorMsg = "The 'putenv' function should not be called with " in checkPostCall() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp120 EvalResult(std::string ErrorMsg) in EvalResult()
128 std::string ErrorMsg; member in llvm::RuntimeDyldCheckerExprEval::EvalResult
151 std::string ErrorMsg("Encountered unexpected token '"); in unexpectedToken() local
423 std::string ErrorMsg; in evalStubOrGOTAddr() local
463 std::string ErrorMsg; in evalSectionAddr() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp182 auto getErrorReplacements = [SavedFmtStr](StringLiteral ErrorMsg) { in parseFormatString()
H A DFileUtilities.cpp88 std::string *ErrorMsg) { in CompareNumbers()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp292 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp618 std::string ErrorMsg; in registerUninitializedObjectChecker() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp72 std::string ErrorMsg; in CheckerRegistry() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp379 std::string ErrorMsg = in checkTryTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp303 std::string ErrorMsg; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp479 std::string ErrorMsg; in main() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp1706 const std::string ErrorMsg = in addInstrRequirements() local
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2129 for (StringRef ErrorMsg : ErrorMsgs) in printNoMatch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3392 StringRef ErrorMsg, in emitIntrinsicWithChainErrorMessage()
3514 static SDValue emitIntrinsicErrorMessage(SDValue Op, StringRef ErrorMsg, in emitIntrinsicErrorMessage()
3864 StringRef ErrorMsg, bool WithChain = true) { in emitErrorAndReplaceIntrinsicResults()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7043 bool MipsAsmParser::reportParseError(const Twine &ErrorMsg) { in reportParseError()
7048 bool MipsAsmParser::reportParseError(SMLoc Loc, const Twine &ErrorMsg) { in reportParseError()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1971 auto ErrorMsg = std::string("system register '") + SysReg->Name + "' "; in parseCSRSystemRegister() local