Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp64 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError()
79 std::string ErrorMsg; member in __anon28198e1b0111::ParseError
137 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.cpp57 StringRef ErrorMsg = "The 'putenv' function should not be called with " in checkPostCall() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h55 RetType returnWithError(const char *ErrorMsg) const { in returnWithError()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp123 EvalResult(std::string ErrorMsg) in EvalResult()
131 std::string ErrorMsg; member in llvm::RuntimeDyldCheckerExprEval::EvalResult
154 std::string ErrorMsg("Encountered unexpected token '"); in unexpectedToken() local
424 std::string ErrorMsg; in evalStubOrGOTAddr() local
464 std::string ErrorMsg; in evalSectionAddr() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHLSL.cpp238 std::string ErrorMsg; in TranslateArgs() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp89 std::string ErrorMsg; in execute() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp88 std::string *ErrorMsg) { in CompareNumbers()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp279 toJSON(const Request & Request,StringRef ErrorMsg="") toJSON() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp304 std::string ErrorMsg; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp478 std::string ErrorMsg; in main() local
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2229 StringRef ErrorMsg, in emitIntrinsicWithChainErrorMessage()
2351 static SDValue emitIntrinsicErrorMessage(SDValue Op, StringRef ErrorMsg, in emitIntrinsicErrorMessage()
2695 StringRef ErrorMsg, bool WithChain = true) { in emitErrorAndReplaceIntrinsicResults()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2092 for (StringRef ErrorMsg : ErrorMsgs) in printNoMatch() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp7049 bool MipsAsmParser::reportParseError(const Twine &ErrorMsg) { in reportParseError()
7054 bool MipsAsmParser::reportParseError(SMLoc Loc, const Twine &ErrorMsg) { in reportParseError()