Home
last modified time | relevance | path

Searched defs:getRandom (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp90 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
H A Dfuchsia.cpp192 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
H A Dlinux.cpp155 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnullability_nullonly.mm6 int getRandom(); function
H A Dincorrect-checker-names.mm28 int getRandom(); function
H A Dnullability.mm51 int getRandom(); function
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp204 uint32_t getRandom() { in getRandom() function