Searched defs:ErrorStr (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/nom/src/branch/ |
D | tests.rs | 16 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/ |
D | LLVMContext.cpp | 176 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/ |
D | ExecutionEngine.h | 530 std::string *ErrorStr; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 319 std::string ErrorStr; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 42 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/ |
D | DarwinAsmParser.cpp | 692 std::string ErrorStr = in parseDirectiveSection() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 7399 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 8800 std::string ErrorStr; in getSymbolFunctionGlobalAddress() local
|