Home
last modified time | relevance | path

Searched refs:ErrorStr (Results 1 - 18 of 18) sorted by relevance

/third_party/rust/crates/nom/src/branch/
H A Dtests.rs16 pub struct ErrorStr(String); structure names
19 impl From<u32> for ErrorStr {
21 ErrorStr(format!("custom error code: {}", i)) in from()
26 impl<'a> From<&'a str> for ErrorStr {
28 ErrorStr(format!("custom error message: {}", i)) in from()
33 impl<I: Debug> ParseError<I> for ErrorStr { in from()
35 ErrorStr(format!("custom error message: ({:?}, {:?})", input, kind)) in from()
39 ErrorStr(format!( in from()
49 fn work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test()
54 fn dont_work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp54 if (ErrorStr) in selectTarget()
55 *ErrorStr = "No available targets are compatible with this -march, " in selectTarget()
71 if (ErrorStr) in selectTarget()
72 *ErrorStr = Error; in selectTarget()
H A DExecutionEngine.cpp49 std::unique_ptr<Module> M, std::string *ErrorStr,
55 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MemMgr,
60 std::string *ErrorStr) =nullptr;
476 : M(std::move(M)), WhichEngine(EngineKind::Either), ErrorStr(nullptr), in EngineBuilder()
515 if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr, ErrorStr)) in create()
525 if (ErrorStr) in create()
526 *ErrorStr = "Cannot create an interpreter with a memory manager."; in create()
542 EE = ExecutionEngine::OrcMCJITReplacementCtor(ErrorStr, std::move(MemMgr), in create()
547 EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr), in create()
560 return ExecutionEngine::InterpCtor(std::move(M), ErrorStr); in create()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContext.cpp176 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() argument
177 diagnose(DiagnosticInfoInlineAsm(ErrorStr)); in emitError()
180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() argument
182 diagnose(DiagnosticInfoInlineAsm(*I, ErrorStr)); in emitError()
238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError() argument
239 diagnose(DiagnosticInfoInlineAsm(LocCookie, ErrorStr)); in emitError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DLLVMContext.h286 void emitError(unsigned LocCookie, const Twine &ErrorStr);
287 void emitError(const Instruction *I, const Twine &ErrorStr);
288 void emitError(const Twine &ErrorStr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DLLVMContext.h251 void emitError(unsigned LocCookie, const Twine &ErrorStr);
252 void emitError(const Instruction *I, const Twine &ErrorStr);
253 void emitError(const Twine &ErrorStr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h140 std::unique_ptr<Module> M, std::string *ErrorStr,
146 std::string *ErrorStr, std::shared_ptr<MCJITMemoryManager> MM,
151 std::string *ErrorStr);
530 std::string *ErrorStr; member in llvm::EngineBuilder
577 ErrorStr = e; in setErrorStr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp70 raw_string_ostream ErrStream(ErrorStr); in loadObject()
H A DRuntimeDyldImpl.h319 std::string ErrorStr; member in llvm::RuntimeDyldImpl
566 StringRef getErrorString() { return ErrorStr; } in getErrorString()
H A DRuntimeDyldMachO.cpp376 raw_string_ostream ErrStream(ErrorStr); in loadObject()
H A DRuntimeDyld.cpp133 ErrorStr = toString(std::move(Err)); in resolveRelocations()
H A DRuntimeDyldELF.cpp260 raw_string_ostream ErrStream(ErrorStr); in loadObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp692 std::string ErrorStr = in parseDirectiveSection() local
696 if (!ErrorStr.empty()) in parseDirectiveSection()
697 return Error(Loc, ErrorStr); in parseDirectiveSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h103 std::string *ErrorStr = nullptr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h304 createJIT(std::unique_ptr<Module> M, std::string *ErrorStr,
H A DMCJIT.cpp42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp401 bool eatComma(StringRef ErrorStr);
7399 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma() argument
7403 return Error(Loc, ErrorStr); in eatComma()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8800 std::string ErrorStr;
8801 raw_string_ostream ErrorFormatter(ErrorStr);
8807 report_fatal_error(ErrorStr);

Completed in 41 milliseconds