Searched refs:getRandom (Results 1 – 11 of 11) sorted by relevance
/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 205 uint32_t getRandom() { 212 return PT->at(getRandom() % PT->size()); in getRandomVal() 217 if (getRandom() & 1) in getRandomConstant() 221 if (getRandom() & 1) in getRandomConstant() 230 unsigned index = getRandom(); 239 if (getRandom() & 1) in getRandomValue() 243 if (getRandom() & 1) in getRandomValue() 261 unsigned index = getRandom(); 272 unsigned index = getRandom(); 283 return (getRandom() 207 uint32_t getRandom() { getRandom() function [all...] |
/llvm-project/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 | 65 int getRandom(); function 88 switch (getRandom()) { 112 if (getRandom()) { 119 if (getRandom()) { 137 switch(getRandom()) { 151 switch(getRandom()) { 175 switch (getRandom()) { 214 switch (getRandom()) { 387 if (getRandom()) 400 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/compiler-rt/lib/scudo/standalone/ |
H A D | trusty.cpp | 108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
|
H A D | common.h | 185 bool getRandom(void *Buffer, uptr Length, bool Blocking = false);
|
H A D | linux.cpp | 182 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() 179 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { getRandom() function
|
H A D | fuchsia.cpp | 220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
|
H A D | primary32.h | 78 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
|
H A D | primary64.h | 122 if (!getRandom(reinterpret_cast<void *>(&Seed), sizeof(Seed))) in init()
|
H A D | combined.h | 153 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie)))) in init()
|