Home
last modified time | relevance | path

Searched refs:RandomNumberGenerator (Results 1 – 10 of 10) 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.cpp79 std::unique_ptr<RandomNumberGenerator> Rng; in removeUbsanTraps()
81 auto GetRng = [&]() -> RandomNumberGenerator & { in removeUbsanTraps()
H A DHWAddressSanitizer.cpp393 std::unique_ptr<RandomNumberGenerator> Rng;
/freebsd/lib/clang/libllvmminimal/
H A DMakefile45 SRCS+= Support/RandomNumberGenerator.cpp
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp148 std::unique_ptr<RandomNumberGenerator>
164 return std::unique_ptr<RandomNumberGenerator>( in createRNG()
165 new RandomNumberGenerator(Salt)); in createRNG()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h52 class RandomNumberGenerator; variable
300 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dalgorithm1451 template <class RandomAccessIterator, class RandomNumberGenerator>
1454 RandomNumberGenerator& rand); // deprecated in C++14, removed in C++17
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm1467 template <class RandomAccessIterator, class RandomNumberGenerator>
1470 RandomNumberGenerator& rand); // deprecated in C++14, removed in C++17
/freebsd/lib/clang/libllvm/
H A DMakefile1312 SRCS_MIN+= Support/RandomNumberGenerator.cpp