Home
last modified time | relevance | path

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

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