Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp244 std::string &ErrorMsg) { in stripPositionalArgs()
325 std::string &ErrorMsg, in loadFromCommandLine()
343 FixedCompilationDatabase::loadFromFile(StringRef Path, std::string &ErrorMsg) { in loadFromFile()
357 std::string &ErrorMsg) { in loadFromBuffer()
H A DAllTUsExecution.cpp89 std::string ErrorMsg; in execute() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp65 ParseError(size_t Pos, std::string ErrorMsg, std::string InputExcerpt) in ParseError()
80 std::string ErrorMsg; member in __anon02b245cf0111::ParseError
138 static llvm::Error makeParseError(const ParseState &S, std::string ErrorMsg) { in makeParseError()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp28 const char *ErrorMsg = dlerror(); in GetFnPtr() local
H A DFuzzerUtilFuchsia.cpp488 char ErrorMsg[FDIO_SPAWN_ERR_MSG_MAX_LENGTH]; in ExecuteCommand() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp51 StringRef ErrorMsg = "The 'putenv' function should not be called with " in checkPostCall() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp102 EvalResult(std::string ErrorMsg) in EvalResult()
110 std::string ErrorMsg; member in llvm::RuntimeDyldCheckerExprEval::EvalResult
133 std::string ErrorMsg("Encountered unexpected token '"); in unexpectedToken() local
355 std::string ErrorMsg; in evalStubOrGOTAddr() local
394 std::string ErrorMsg; in evalSectionAddr() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp90 std::string *ErrorMsg) { in CompareNumbers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp280 static json::Object toJSON(const Request &Request, StringRef ErrorMsg = "") { in toJSON()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp621 std::string ErrorMsg; in registerUninitializedObjectChecker() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp75 std::string ErrorMsg; in CheckerRegistry() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp476 std::string ErrorMsg; in main() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp305 std::string ErrorMsg; in runOnMachineFunction() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2161 for (StringRef ErrorMsg : ErrorMsgs) in printNoMatch() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6985 bool MipsAsmParser::reportParseError(const Twine &ErrorMsg) { in reportParseError()
6990 bool MipsAsmParser::reportParseError(SMLoc Loc, const Twine &ErrorMsg) { in reportParseError()