Home
last modified time | relevance | path

Searched refs:getRandom (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp204 uint32_t getRandom() { in getRandom() function
216 if (getRandom() & 1) in getRandomConstant()
220 if (getRandom() & 1) in getRandomConstant()
238 if (getRandom() & 1) in getRandomValue()
242 if (getRandom() & 1) in getRandomValue()
298 unsigned width = 1<<((getRandom() % 3) + (getRandom() % 3)); in pickVectorType()
438 if (getRandom() & 1) in Act()
484 getRandom() % in Act()
531 getRandom() % in Act()
656 op = getRandom() % in Act()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnullability_nullonly.mm6 int getRandom(); function
19 if (getRandom()) {
45 if (getRandom())
58 if (getRandom())
82 switch (getRandom()) {
87 if (getRandom())
H A Dnullability.mm51 int getRandom(); function
72 switch (getRandom()) {
96 if (getRandom()) {
103 if (getRandom()) {
121 switch(getRandom()) {
148 switch (getRandom()) {
287 if (getRandom())
300 if (getRandom())
372 if (getRandom())
375 if (getRandom()) {
[all …]
H A Dincorrect-checker-names.mm28 int getRandom(); function
50 switch (getRandom()) {
76 if (getRandom()) {
83 if (getRandom()) {
/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 Dlinux.cpp155 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
H A Dcommon.h142 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
H A Dfuchsia.cpp192 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
H A Dprimary64.h70 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
H A Dprimary32.h74 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
H A Dcombined.h143 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie)))) in init()