Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DStop.cpp23 EXPECT_EXIT(RTNAME(StopStatement)(), testing::ExitedWithCode(EXIT_SUCCESS), in TEST()
31 RTNAME(StopStatement)(), testing::ExitedWithCode(EXIT_SUCCESS), ""); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dstop.h19 NORETURN void RTNAME(StopStatement)(int code DEFAULT_VALUE(EXIT_SUCCESS),
/llvm-project-15.0.7/flang/runtime/
H A Dstop.cpp53 [[noreturn]] void RTNAME(StopStatement)( in RTNAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp70 callee = fir::runtime::getRuntimeFunc<mkRTKey(StopStatement)>( in genStopStatement()
82 callee = fir::runtime::getRuntimeFunc<mkRTKey(StopStatement)>(loc, builder); in genStopStatement()