/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | checksum_test.cpp | 15 static scudo::u16 computeSoftwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeSoftwareChecksum() 23 static scudo::u16 computeHardwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeHardwareChecksum() 39 const scudo::u32 Seed = 0x41424343U; in verifyChecksumFunctionBitFlip() local
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | MsanCustomMutator.cpp | 22 unsigned int Seed) { in LLVMFuzzerCustomMutator() 37 uint8_t *Out, size_t MaxOutSize, unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
|
H A D | ReloadTest.cpp | 13 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
H A D | CustomMutatorTest.cpp | 33 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
H A D | CustomMutatorWithLongSequencesTest.cpp | 34 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
H A D | CustomCrossOverAndMutateTest.cpp | 29 unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
|
H A D | CompressedTest.cpp | 39 size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator()
|
H A D | CustomCrossOverTest.cpp | 43 unsigned int Seed) { in LLVMFuzzerCustomCrossOver()
|
/llvm-project/llvm/lib/Support/ |
H A D | RandomNumberGenerator.cpp | 42 static ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed; variable
|
/llvm-project/llvm/tools/llvm-isel-fuzzer/ |
H A D | llvm-isel-fuzzer.cpp | 67 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator() argument
|
/llvm-project/llvm/tools/llvm-opt-fuzzer/ |
H A D | llvm-opt-fuzzer.cpp | 56 uint8_t *Data, size_t Size, size_t MaxSize, unsigned int Seed) { in LLVMFuzzerCustomMutator() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRFSDiscriminator.cpp | 79 auto hashCombine = [](const uint64_t Seed, const uint64_t Val) { in getCallStackHash()
|
/llvm-project/clang/lib/AST/ |
H A D | Randstruct.cpp | 205 std::seed_seq SeedSeq(Seed.begin(), Seed.end()); in randomizeStructureLayout() local
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | stack_depot.h | 20 static const u32 Seed = 0x9747b28c; variable
|
H A D | chunk.h | 23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
|
H A D | quarantine.h | 290 const u32 Seed = static_cast<u32>( in doRecycle() local
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | CallGraph.h | 23 inline int64_t hashCombine(const int64_t Seed, const int64_t Val) { in hashCombine()
|
/llvm-project/bolt/lib/Passes/ |
H A D | ReorderAlgorithm.cpp | 53 template <class T> inline void hashCombine(size_t &Seed, const T &Val) { in hashCombine() 61 size_t Seed = Hasher(Val.first); in operator ()() local
|
/llvm-project/clang/unittests/AST/ |
H A D | RandstructTest.cpp | 40 constexpr const char Seed[] = "1234567890abcdef"; variable
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | AssumeBundleQueriesTest.cpp | 406 static void RunRandTest(uint64_t Seed, int Size, int MinCount, int MaxCount, in RunRandTest() argument
|
/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 127 unsigned Seed; member in llvm::__anon707eaac40111::Random
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | RandomIRBuilderTest.cpp | 29 static constexpr int Seed = 5; variable [all...] |
H A D | StrategiesTest.cpp | 28 static constexpr int Seed = 5; variable
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 795 unsigned Seed = Flags.seed; in FuzzerDriver() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 64 void IRMutator::mutateModule(Module &M, int Seed, size_t MaxSize) { in mutateModule() argument
|