Home
last modified time | relevance | path

Searched defs:ErrorStr (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/crates/nom/src/branch/
Dtests.rs16 pub struct ErrorStr(String); struct
19 impl From<u32> for ErrorStr { implementation
26 impl<'a> From<&'a str> for ErrorStr { implementation
33 impl<I: Debug> ParseError<I> for ErrorStr { implementation
49 fn work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument
54 fn dont_work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument
58 fn work2(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument
62 fn alt1(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument
65 fn alt2(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument
68 fn alt3(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp176 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError()
180 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError()
238 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h530 std::string *ErrorStr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h319 std::string ErrorStr; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp692 std::string ErrorStr = in parseDirectiveSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7399 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8800 std::string ErrorStr; in getSymbolFunctionGlobalAddress() local