Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Drandom.h18 void RTNAME(RandomInit)(bool repeatable, bool image_distinct);
/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp95 void RTNAME(RandomInit)(bool repeatable, bool /*image_distinct*/) { in RTNAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp245 fir::runtime::getRuntimeFunc<mkRTKey(RandomInit)>(loc, builder); in genRandomInit()