/external/rust/crates/nom/src/ |
D | whitespace.rs | 980 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/ |
D | macros.rs | 790 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/ |
D | LLVMContext.cpp | 218 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/ |
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()
|
/external/llvm-project/llvm/lib/IR/ |
D | LLVMContext.cpp | 203 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/ |
D | MCInstPrinter.cpp | 34 std::string ErrorStr; in MCInstPrinterTest() local
|
/external/llvm-project/llvm/unittests/Remarks/ |
D | YAMLRemarksParsingTest.cpp | 59 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/ |
D | TestAsmPrinter.cpp | 34 std::string ErrorStr; in create() local
|
/external/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 107 std::string ErrorStr; in main() local
|
/external/llvm-project/llvm/tools/llvm-as/ |
D | llvm-as.cpp | 145 std::string ErrorStr; in main() local
|
/external/clang/examples/clang-interpreter/ |
D | main.cpp | 46 createExecutionEngine(std::unique_ptr<llvm::Module> M, std::string *ErrorStr) { in createExecutionEngine()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ModuleManager.cpp | 80 std::string &ErrorStr) { in checkSignature() 110 std::string &ErrorStr) { in addModule()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFExpressionCompactPrinterTest.cpp | 35 std::string ErrorStr; in DWARFExpressionCompactPrinterTest() local
|
D | DwarfGenerator.cpp | 421 std::string ErrorStr; in init() local
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 458 std::string ErrorStr; in executeInput() local 638 std::string ErrorStr; in linkAndVerify() local
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 539 std::string *ErrorStr; variable
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 516 std::string *ErrorStr; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 530 std::string *ErrorStr; variable
|
/external/clang/lib/Serialization/ |
D | ModuleManager.cpp | 64 std::string &ErrorStr) { in addModule()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 297 std::string ErrorStr; variable
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 31 std::string ErrorStr; in init() local
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 318 std::string ErrorStr; variable
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 47 std::string *ErrorStr, in createJIT()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 319 std::string ErrorStr; variable
|
/external/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()
|