| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.cpp | 35 std::string *ErrStr) { in create() argument 42 if (ErrStr) in create() 43 *ErrStr = Msg; in create()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/ |
| H A D | Temp.pm | 371 ${$options{ErrStr}} = undef; 375 ${$options{ErrStr}} = "doopen and domkdir can not both be true\n"; 390 ${$options{ErrStr}} = "The template must end with at least ". 459 ${$options{ErrStr}} = "Parent directory ($parent) does not exist"; 463 ${$options{ErrStr}} = "Parent directory ($parent) is not a directory"; 474 ${$options{ErrStr}} = "Parent directory ($parent) is not safe ($safeerr)"; 480 ${$options{ErrStr}} = "Parent directory ($parent) is not safe ($safeerr)"; 532 ${$options{ErrStr}} = "Could not create temp file $path: $!"; 552 ${$options{ErrStr}} = "Could not create directory $path: $!"; 597 …${$options{ErrStr}} = "Tried to get a new temp name different to the previous value $MAX_GUESS tim… [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/nvptx-arch/ |
| H A D | NVPTXArch.cpp | 73 const char *ErrStr = nullptr; in handleError() local 74 CUresult Result = cuGetErrorString(Err, &ErrStr); in handleError() 77 fprintf(stderr, "CUDA error: %s\n", ErrStr); in handleError()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| H A D | toy.cpp | 696 std::string ErrStr; in notifyObjectCompiled() local 697 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary); in notifyObjectCompiled() 897 std::string ErrStr; in compileModule() local 899 .setErrorStr(&ErrStr) in compileModule() 903 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); in compileModule() 1019 char ErrStr[256]; in Codegen() local 1020 sprintf(ErrStr, "Unknown variable name %s", Name.c_str()); in Codegen() 1021 if (V == 0) return ErrorV(ErrStr); in Codegen()
|
| H A D | toy-jit.cpp | 1158 std::string ErrStr; in main() local 1159 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main() 1161 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| H A D | toy.cpp | 808 std::string ErrStr; in compileModule() local 810 .setErrorStr(&ErrStr) in compileModule() 814 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); in compileModule() 917 char ErrStr[256]; in Codegen() local 918 sprintf(ErrStr, "Unknown variable name %s", Name.c_str()); in Codegen() 919 if (V == 0) return ErrorV(ErrStr); in Codegen()
|
| H A D | toy-jit.cpp | 1120 std::string ErrStr; in main() local 1121 TheExecutionEngine = EngineBuilder(TheModule).setErrorStr(&ErrStr).create(); in main() 1123 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| H A D | toy.cpp | 778 std::string ErrStr; in getPointerToFunction() local 780 .setErrorStr(&ErrStr) in getPointerToFunction() 784 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); in getPointerToFunction() 877 char ErrStr[256]; in Codegen() local 878 sprintf(ErrStr, "Unknown variable name %s", Name.c_str()); in Codegen() 879 if (V == 0) return ErrorV(ErrStr); in Codegen()
|
| /openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| H A D | toy.cpp | 715 std::string ErrStr; in notifyObjectCompiled() local 716 raw_fd_ostream IRObjectFile(IRCacheFile.c_str(), ErrStr, raw_fd_ostream::F_Binary); in notifyObjectCompiled() 939 std::string ErrStr; in compileModule() local 941 .setErrorStr(&ErrStr) in compileModule() 945 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str()); in compileModule()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 340 InstrProfError(instrprof_error Err, const Twine &ErrStr = Twine()) 341 : Err(Err), Msg(ErrStr.str()) { in Err()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 5379 SmallString<40> ErrStr; in ParseAMDKernelCodeTValue() local 5380 raw_svector_ostream Err(ErrStr); in ParseAMDKernelCodeTValue()
|