/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Path.inc | 136 MakeErrMsg(ErrMsg, 150 MakeErrMsg(ErrMsg, 157 MakeErrMsg(ErrMsg, 171 MakeErrMsg(ErrMsg, 176 MakeErrMsg(ErrMsg, 197 MakeErrMsg(ErrMsg, 497 MakeErrMsg(ErrStr, path + ": can't get status of file"); 534 return MakeErrMsg(ErrMsg, path + ": can't make file readable"); 540 return MakeErrMsg(ErrMsg, path + ": can't make file writable"); 546 return MakeErrMsg(ErrMsg, path + ": can't make file executable"); [all …]
|
D | Program.inc | 118 MakeErrMsg(ErrMsg, "Cannot open file '" + std::string(File) + "' for " 125 MakeErrMsg(ErrMsg, "Cannot dup2"); 147 return MakeErrMsg(ErrMsg, "Cannot dup2", Err); 207 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 229 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err); 241 MakeErrMsg(ErrMsg, "Couldn't fork"); 257 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 307 MakeErrMsg(ErrMsg, "Process not started!"); 340 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die"); 342 MakeErrMsg(ErrMsg, "Child timed out", 0); [all …]
|
D | Memory.inc | 43 MakeErrMsg(ErrMsg, "Can't open /dev/zero device"); 71 MakeErrMsg(ErrMsg, "Can't allocate RWX Memory"); 80 MakeErrMsg(ErrMsg, "vm_protect max RX failed"); 88 MakeErrMsg(ErrMsg, "vm_protect RW failed"); 103 return MakeErrMsg(ErrMsg, "Can't release RWX Memory");
|
D | Unix.h | 77 static inline bool MakeErrMsg(
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Program.inc | 121 MakeErrMsg(ErrMsg, std::string(fname) + ": Can't open file for " + 247 MakeErrMsg(ErrMsg, "can't redirect stdin"); 253 MakeErrMsg(ErrMsg, "can't redirect stdout"); 268 MakeErrMsg(ErrMsg, "can't redirect stderr"); 292 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '") + 322 MakeErrMsg(ErrMsg, std::string("Unable to set memory limit")); 337 MakeErrMsg(ErrMsg, "Process not started!"); 351 MakeErrMsg(ErrMsg, "Failed to terminate timed-out program."); 365 MakeErrMsg(ErrMsg, "Failed getting status for program."); 376 MakeErrMsg(ErrMsg, "Process not started!"); [all …]
|
D | Path.inc | 441 MakeErrMsg(ErrStr, "getStatusInfo():" + std::string(path) + 486 MakeErrMsg(ErrMsg, std::string(path) + ": Can't make file writable: "); 502 MakeErrMsg(ErrMsg, path + ": can't get status of file"); 524 MakeErrMsg(ErrMsg, path + ": Can't read directory: "); 540 MakeErrMsg(ErrMsg, path + ": Can't read directory: "); 662 return MakeErrMsg(ErrMsg, 671 return MakeErrMsg(ErrMsg, std::string(pathname) + 684 return MakeErrMsg(ErrMsg, path + ": Can't create file: "); 737 return MakeErrMsg(ErrStr, path + ": Can't read directory: "); 747 return MakeErrMsg(ErrStr, path + ": Can't read directory: "); [all …]
|
D | Memory.inc | 45 MakeErrMsg(ErrMsg, "Can't allocate RWX Memory: "); 58 return MakeErrMsg(ErrMsg, "Can't release RWX Memory: "); 72 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable: "); 79 return MakeErrMsg(ErrMsg, "Cannot set memory to executable: ");
|
D | Windows.h | 33 inline bool MakeErrMsg(std::string* ErrMsg, const std::string& prefix) { in MakeErrMsg() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Program.inc | 143 MakeErrMsg(ErrMsg, fname + ": Can't open file for " + 186 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16"); 209 MakeErrMsg(ErrMsg, "can't redirect stdin"); 215 MakeErrMsg(ErrMsg, "can't redirect stdout"); 226 MakeErrMsg(ErrMsg, "can't dup stderr to stdout"); 235 MakeErrMsg(ErrMsg, "can't redirect stderr"); 250 MakeErrMsg(ErrMsg, 258 MakeErrMsg(ErrMsg, 278 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '") + 307 MakeErrMsg(ErrMsg, std::string("Unable to set memory limit")); [all …]
|
D | DynamicLibrary.inc | 45 MakeErrMsg(Err, std::string(File) + ": Can't convert to UTF-16"); 51 MakeErrMsg(Err, std::string(File) + ": Can't open"); 83 if (MakeErrMsg(&Err, "EnumProcessModules failure"))
|
D | WindowsSupport.h | 74 inline bool MakeErrMsg(std::string *ErrMsg, const std::string &prefix) { in MakeErrMsg() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 112 MakeErrMsg(ErrMsg, "Cannot open file '" + File + "' for " 119 MakeErrMsg(ErrMsg, "Cannot dup2"); 142 return MakeErrMsg(ErrMsg, "Cannot dup2", Err); 228 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 251 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err); 264 MakeErrMsg(ErrMsg, "Couldn't fork"); 280 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 368 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die"); 370 MakeErrMsg(ErrMsg, "Child timed out", 0); 375 MakeErrMsg(ErrMsg, "Error waiting for child process");
|
D | Memory.inc | 206 MakeErrMsg(ErrMsg, "Can't allocate RWX Memory"); 215 MakeErrMsg(ErrMsg, "vm_protect max RX failed"); 223 MakeErrMsg(ErrMsg, "vm_protect RW failed"); 238 return MakeErrMsg(ErrMsg, "Can't release RWX Memory");
|
D | Unix.h | 63 static inline bool MakeErrMsg(
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 112 MakeErrMsg(ErrMsg, "Cannot open file '" + File + "' for " 119 MakeErrMsg(ErrMsg, "Cannot dup2"); 142 return MakeErrMsg(ErrMsg, "Cannot dup2", Err); 228 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 251 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err); 264 MakeErrMsg(ErrMsg, "Couldn't fork"); 280 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 368 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die"); 370 MakeErrMsg(ErrMsg, "Child timed out", 0); 375 MakeErrMsg(ErrMsg, "Error waiting for child process");
|
D | Memory.inc | 191 MakeErrMsg(ErrMsg, "Can't open /dev/zero device"); 219 MakeErrMsg(ErrMsg, "Can't allocate RWX Memory"); 228 MakeErrMsg(ErrMsg, "vm_protect max RX failed"); 236 MakeErrMsg(ErrMsg, "vm_protect RW failed"); 251 return MakeErrMsg(ErrMsg, "Can't release RWX Memory");
|
D | Unix.h | 58 static inline bool MakeErrMsg(
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 141 MakeErrMsg(ErrMsg, fname + ": Can't open file for " + 285 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16"); 308 MakeErrMsg(ErrMsg, "can't redirect stdin"); 314 MakeErrMsg(ErrMsg, "can't redirect stdout"); 325 MakeErrMsg(ErrMsg, "can't dup stderr to stdout"); 334 MakeErrMsg(ErrMsg, "can't redirect stderr"); 349 MakeErrMsg(ErrMsg, 357 MakeErrMsg(ErrMsg, 377 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '") + 406 MakeErrMsg(ErrMsg, std::string("Unable to set memory limit")); [all …]
|
D | WindowsSupport.h | 72 inline bool MakeErrMsg(std::string *ErrMsg, const std::string &prefix) { in MakeErrMsg() function
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 141 MakeErrMsg(ErrMsg, fname + ": Can't open file for " + 285 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16"); 308 MakeErrMsg(ErrMsg, "can't redirect stdin"); 314 MakeErrMsg(ErrMsg, "can't redirect stdout"); 325 MakeErrMsg(ErrMsg, "can't dup stderr to stdout"); 334 MakeErrMsg(ErrMsg, "can't redirect stderr"); 349 MakeErrMsg(ErrMsg, 357 MakeErrMsg(ErrMsg, 377 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '") + 406 MakeErrMsg(ErrMsg, std::string("Unable to set memory limit")); [all …]
|
D | Memory.inc | 172 MakeErrMsg(ErrMsg, EC.message()); 181 MakeErrMsg(ErrMsg, EC.message()); 195 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable"); 202 return MakeErrMsg(ErrMsg, "Cannot set memory to executable");
|
D | DynamicLibrary.inc | 79 MakeErrMsg(errMsg, std::string(filename) + ": Can't convert to UTF-16"); 86 MakeErrMsg(errMsg, std::string(filename) + ": Can't open");
|
D | WindowsSupport.h | 71 inline bool MakeErrMsg(std::string *ErrMsg, const std::string &prefix) { in MakeErrMsg() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Program.inc | 110 MakeErrMsg(ErrMsg, "Cannot open file '" + File + "' for " 117 MakeErrMsg(ErrMsg, "Cannot dup2"); 140 return MakeErrMsg(ErrMsg, "Cannot dup2", Err); 237 return !MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout", Err); 260 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err); 274 MakeErrMsg(ErrMsg, "Couldn't fork"); 289 MakeErrMsg(ErrMsg, "Can't redirect stderr to stdout"); 376 MakeErrMsg(ErrMsg, "Child timed out but wouldn't die"); 378 MakeErrMsg(ErrMsg, "Child timed out", 0); 383 MakeErrMsg(ErrMsg, "Error waiting for child process");
|
D | Unix.h | 63 static inline bool MakeErrMsg(
|