Searched refs:getRandom (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 204 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 D | nullability_nullonly.mm | 6 int getRandom(); function 19 if (getRandom()) { 45 if (getRandom()) 58 if (getRandom()) 82 switch (getRandom()) { 87 if (getRandom())
|
| H A D | nullability.mm | 51 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 D | incorrect-checker-names.mm | 28 int getRandom(); function 50 switch (getRandom()) { 76 if (getRandom()) { 83 if (getRandom()) {
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | trusty.cpp | 90 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
|
| H A D | linux.cpp | 155 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
|
| H A D | common.h | 142 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
|
| H A D | fuchsia.cpp | 192 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
|
| H A D | primary64.h | 70 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
|
| H A D | primary32.h | 74 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
|
| H A D | combined.h | 143 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie)))) in init()
|