Searched refs:cmdmsg (Results 1 – 6 of 6) sorted by relevance
/llvm-project/flang/runtime/ |
H A D | execute.cpp | 71 const Descriptor *cmdmsg, Terminator &terminator) { in TerminationCheck() argument 83 CheckAndCopyCharsToDescriptor(cmdmsg, in TerminationCheck() 104 CheckAndCopyCharsToDescriptor(cmdmsg, newMsg); in TerminationCheck() 119 CheckAndCopyCharsToDescriptor(cmdmsg, "Invalid command line"); in TerminationCheck() 130 cmdmsg, "Command line execution failed with exit code: 1."); in TerminationCheck() 138 cmdmsg, "Command cannot be executed with exit code: 126."); in TerminationCheck() 146 cmdmsg, "Command not found with exit code: 127."); in TerminationCheck() 155 CheckAndCopyCharsToDescriptor(cmdmsg, "Invalid command line"); in TerminationCheck() 166 CheckAndCopyCharsToDescriptor(cmdmsg, "Killed by signal"); in TerminationCheck() 177 CheckAndCopyCharsToDescriptor(cmdmsg, "Stopped by signal"); in TerminationCheck() [all …]
|
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Execute.cpp | 33 mlir::Value cmdmsg) { in genExecuteCommandLine() argument 41 builder, loc, runtimeFuncTy, command, wait, exitstat, cmdstat, cmdmsg, in genExecuteCommandLine()
|
/llvm-project/flang/test/Semantics/ |
H A D | breaking01.f90 | 21 call execute_command_line("true", cmdmsg=str)
|
/llvm-project/flang/include/flang/Runtime/ |
H A D | execute.h | 24 const Descriptor *cmdmsg = nullptr, const char *sourceFile = nullptr,
|
/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/ |
H A D | Execute.h | 32 mlir::Value cmdmsg);
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 264 {"cmdmsg", asBox, handleDynamicOptional}}}, 3572 // Optional arguments: wait, exitstat, cmdstat, cmdmsg. 3576 const fir::ExtendedValue &cmdmsg = args[4]; in genGetCwd() 3616 isStaticallyPresent(cmdmsg) in genGetCommand() 3617 ? fir::getBase(cmdmsg) in genGetCommand() 3362 const fir::ExtendedValue &cmdmsg = args[4]; genExecuteCommandLine() local
|