Home
last modified time | relevance | path

Searched refs:cmdmsg (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/runtime/
H A Dexecute.cpp71 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 DExecute.cpp33 mlir::Value cmdmsg) { in genExecuteCommandLine() argument
41 builder, loc, runtimeFuncTy, command, wait, exitstat, cmdstat, cmdmsg, in genExecuteCommandLine()
/llvm-project/flang/test/Semantics/
H A Dbreaking01.f9021 call execute_command_line("true", cmdmsg=str)
/llvm-project/flang/include/flang/Runtime/
H A Dexecute.h24 const Descriptor *cmdmsg = nullptr, const char *sourceFile = nullptr,
/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/
H A DExecute.h32 mlir::Value cmdmsg);
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp264 {"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