Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h33 class RandomNumberGenerator {
55 RandomNumberGenerator(StringRef Salt);
60 RandomNumberGenerator(const RandomNumberGenerator &other) = delete;
61 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DRandomNumberGenerator.cpp38 RandomNumberGenerator::RandomNumberGenerator(StringRef Salt) { in RandomNumberGenerator() function in RandomNumberGenerator
58 RandomNumberGenerator::result_type RandomNumberGenerator::operator()() { in operator ()()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DModule.cpp93 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const { in createRNG()
108 return std::unique_ptr<RandomNumberGenerator>(new RandomNumberGenerator(Salt)); in createRNG()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModule.h49 class RandomNumberGenerator; variable
259 std::unique_ptr<RandomNumberGenerator> createRNG(const Pass* P) const;
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile837 SRCS_MIN+= Support/RandomNumberGenerator.cpp
/freebsd-12.1/contrib/libc++/include/
H A Dalgorithm290 template <class RandomAccessIterator, class RandomNumberGenerator>
293 RandomNumberGenerator& rand); // deprecated in C++14, removed in C++17