Home
last modified time | relevance | path

Searched refs:RandomNumberGenerator (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h32 class RandomNumberGenerator {
54 RandomNumberGenerator(StringRef Salt);
59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete;
60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp45 RandomNumberGenerator::RandomNumberGenerator(StringRef Salt) { in RandomNumberGenerator() function in RandomNumberGenerator
65 RandomNumberGenerator::result_type RandomNumberGenerator::operator()() { in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp77 std::unique_ptr<RandomNumberGenerator> Rng; in removeUbsanTraps()
H A DHWAddressSanitizer.cpp383 std::unique_ptr<RandomNumberGenerator> Rng;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp112 std::unique_ptr<RandomNumberGenerator>
128 return std::unique_ptr<RandomNumberGenerator>( in createRNG()
129 new RandomNumberGenerator(Salt)); in createRNG()
/freebsd/lib/clang/libllvmminimal/
H A DMakefile43 SRCS+= Support/RandomNumberGenerator.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h50 class RandomNumberGenerator; variable
316 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm1451 template <class RandomAccessIterator, class RandomNumberGenerator>
1454 RandomNumberGenerator& rand); // deprecated in C++14, removed in C++17
/freebsd/lib/clang/libllvm/
H A DMakefile1197 SRCS_MIN+= Support/RandomNumberGenerator.cpp