Home
last modified time | relevance | path

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

/external/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
/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/tools/llvm-as/
Dllvm-as.cpp107 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/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp458 std::string ErrorStr; in executeInput() local
638 std::string ErrorStr; in linkAndVerify() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h530 std::string *ErrorStr; variable
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h516 std::string *ErrorStr; variable
/external/clang/lib/Serialization/
DModuleManager.cpp64 std::string &ErrorStr) { in addModule()
DASTReader.cpp1972 std::string ErrorStr = "could not find file '"; in getInputFile() local
3730 std::string ErrorStr; in ReadASTCore() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h297 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()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp621 std::string ErrorStr; in main() local
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp614 std::string ErrorStr = in parseDirectiveSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp692 std::string ErrorStr = in parseDirectiveSection() local
/external/clang/lib/Frontend/
DASTUnit.cpp634 ASTUnit::getBufferForFile(StringRef Filename, std::string *ErrorStr) { in getBufferForFile()
/external/tinyxml2/
Dtinyxml2.cpp2501 const char* XMLDocument::ErrorStr() const in ErrorStr() function in tinyxml2::XMLDocument
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp576 std::string ErrorStr; in init() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp5397 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp7399 bool MipsAsmParser::eatComma(StringRef ErrorStr) { in eatComma()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8800 std::string ErrorStr; in getSymbolFunctionGlobalAddress() local