Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Drandom.h26 void RTNAME(RandomSeedPut)(const Descriptor &, const char *source, int line);
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DRandom.cpp60 RTNAME(RandomSeedPut)(desc, __FILE__, __LINE__); // n from RandomSeedGet() in TEST() local
/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp161 void RTNAME(RandomSeedPut)( in RTNAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp280 func = fir::runtime::getRuntimeFunc<mkRTKey(RandomSeedPut)>(loc, builder); in genRandomSeed()