/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/branch/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/combinator/ |
D | tests.rs | 529 pub struct ErrorStr(String); in alt_test() struct 532 impl From<u32> for ErrorStr { in alt_test() implementation 539 impl<'a> From<&'a str> for ErrorStr { in alt_test() implementation 546 impl<I: Debug> ParserError<I> for ErrorStr { in alt_test() implementation 559 fn work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument 564 fn dont_work(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument 568 fn work2(input: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument 572 fn alt1(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument 575 fn alt2(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument 578 fn alt3(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> { in alt_test() argument
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | LLVMContext.cpp | 209 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError() 213 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError() 271 void LLVMContext::emitError(uint64_t LocCookie, const Twine &ErrorStr) { in emitError()
|
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 458 std::string ErrorStr; in executeInput() local 638 std::string ErrorStr; in linkAndVerify() local
|
/aosp_15_r20/external/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 107 std::string ErrorStr; in main() local
|
/aosp_15_r20/external/clang/examples/clang-interpreter/ |
H A D | main.cpp | 46 createExecutionEngine(std::unique_ptr<llvm::Module> M, std::string *ErrorStr) { in createExecutionEngine()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 538 std::string *ErrorStr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 530 std::string *ErrorStr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 538 std::string *ErrorStr; variable
|
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 516 std::string *ErrorStr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 538 std::string *ErrorStr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 538 std::string *ErrorStr; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 538 std::string *ErrorStr; variable
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ModuleManager.cpp | 64 std::string &ErrorStr) { in addModule()
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 297 std::string ErrorStr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 319 std::string ErrorStr; variable
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 47 std::string *ErrorStr, in createJIT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 45 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 42 MCJIT::createJIT(std::unique_ptr<Module> M, std::string *ErrorStr, in createJIT()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 318 std::string ErrorStr; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 33 std::string ErrorStr; in init() local
|
/aosp_15_r20/external/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 621 std::string ErrorStr; in main() local
|