Home
last modified time | relevance | path

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

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