Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dexecute.cpp96 char *newMsg{static_cast<char *>(AllocateMemoryOrCrash( in TerminationCheck() local
98 std::strcat(newMsg, err_buffer); in TerminationCheck()
101 terminator.Crash(newMsg); in TerminationCheck()
104 CheckAndCopyCharsToDescriptor(cmdmsg, newMsg); in TerminationCheck()
106 FreeMemory(newMsg); in TerminationCheck()