Home
last modified time | relevance | path

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

12

/external/rust/crates/nom/src/
Dwhitespace.rs980 pub struct ErrorStr(String); struct
983 impl<'a> From<(&'a[u8], ErrorKind)> for ErrorStr { implementation
990 impl<'a> From<(&'a str, ErrorKind)> for ErrorStr { implementation
997 impl<I: Debug> ParseError<I> for ErrorStr { implementation
1010 fn work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
1015 fn dont_work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
1019 fn work2(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
1023 fn alt1(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
1026 fn alt2(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
1029 fn alt3(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
/external/rust/crates/nom/src/branch/
Dmacros.rs790 pub struct ErrorStr(String); struct
793 impl From<u32> for ErrorStr { implementation
800 impl<'a> From<&'a str> for ErrorStr { implementation
807 impl<I: Debug> ParseError<I> for ErrorStr { implementation
820 fn work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
825 fn dont_work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
829 fn work2(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
833 fn alt1(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
836 fn alt2(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
839 fn alt3(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt() argument
/external/llvm/lib/IR/
DLLVMContext.cpp218 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError()
222 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError()
273 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
/external/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()
/external/llvm-project/llvm/lib/IR/
DLLVMContext.cpp203 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError()
207 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError()
265 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
/external/llvm-project/llvm/unittests/MC/
DMCInstPrinter.cpp34 std::string ErrorStr; in MCInstPrinterTest() local
/external/llvm-project/llvm/unittests/Remarks/
DYAMLRemarksParsingTest.cpp59 std::string ErrorStr; in parseExpectError() local
73 std::string ErrorStr; in parseExpectErrorMeta() local
658 std::string ErrorStr; in TEST() local
/external/llvm-project/llvm/unittests/CodeGen/
DTestAsmPrinter.cpp34 std::string ErrorStr; in create() local
/external/llvm/tools/llvm-as/
Dllvm-as.cpp107 std::string ErrorStr; in main() local
/external/llvm-project/llvm/tools/llvm-as/
Dllvm-as.cpp145 std::string ErrorStr; in main() local
/external/clang/examples/clang-interpreter/
Dmain.cpp46 createExecutionEngine(std::unique_ptr<llvm::Module> M, std::string *ErrorStr) { in createExecutionEngine()
/external/llvm-project/clang/lib/Serialization/
DModuleManager.cpp80 std::string &ErrorStr) { in checkSignature()
110 std::string &ErrorStr) { in addModule()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFExpressionCompactPrinterTest.cpp35 std::string ErrorStr; in DWARFExpressionCompactPrinterTest() local
DDwarfGenerator.cpp421 std::string ErrorStr; in init() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp458 std::string ErrorStr; in executeInput() local
638 std::string ErrorStr; in linkAndVerify() local
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h539 std::string *ErrorStr; variable
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h516 std::string *ErrorStr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h530 std::string *ErrorStr; variable
/external/clang/lib/Serialization/
DModuleManager.cpp64 std::string &ErrorStr) { in addModule()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h297 std::string ErrorStr; variable
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp31 std::string ErrorStr; in init() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h318 std::string ErrorStr; variable
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp47 std::string *ErrorStr, in createJIT()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h319 std::string ErrorStr; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT()

12