Home
last modified time | relevance | path

Searched refs:Generator (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DReproducer.cpp65 const Generator *Reproducer::GetGenerator() const { in GetGenerator()
79 Generator *Reproducer::GetGenerator() { in GetGenerator()
138 Generator::Generator(const FileSpec &root) : m_root(root), m_done(false) {} in Generator() function in Generator
140 Generator::~Generator() {} in ~Generator()
142 ProviderBase *Generator::Register(std::unique_ptr<ProviderBase> provider) { in Register()
150 void Generator::Keep() { in Keep()
160 void Generator::Discard() { in Discard()
170 const FileSpec &Generator::GetRoot() const { return m_root; } in GetRoot()
172 void Generator::AddProvidersToIndex() { in AddProvidersToIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DReproducer.h94 class Generator final {
96 Generator(const FileSpec &root);
97 ~Generator();
177 Generator *GetGenerator();
180 const Generator *GetGenerator() const;
192 llvm::Optional<Generator> m_generator;
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/test/
H A DRoundTripTest.cpp40 template <typename Generator>
41 string generateInputFile(Generator& gen) { in generateInputFile()
48 template <typename Generator>
49 Options generateOptions(Generator& gen, const string& inputFile) { in generateOptions()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DRandomNumberGenerator.cpp55 Generator.seed(SeedSeq); in RandomNumberGenerator()
59 return Generator(); in operator ()()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h57 generator_type Generator; variable
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp253 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator; in writeImpl() local
261 Generator.insert(I.getKey(), &I.getValue()); in writeImpl()
293 uint64_t HashTableStart = Generator.Emit(OS.OS, *InfoObj); in writeImpl()
/freebsd-12.1/contrib/libxo/tests/gettext/po/pig_latin/
H A Dldns.po17 "X-Generator: Poedit 1.8.1\n"
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h295 using Generator = llvm::OnDiskChainedHashTableGenerator<WriterInfo>; variable
297 Generator Gen;
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h.pump249 template <$for j, [[class Generator$j]]>
252 CartesianProductHolder$i($for j, [[const Generator$j& g$j]])
270 const Generator$j g$(j)_;
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h1089 std::mt19937 Generator(std::random_device{}());
1090 std::shuffle(Start, End, Generator);
1106 std::mt19937 Generator(std::random_device{}());
1107 std::shuffle(Start, End, Generator);
1118 std::mt19937 Generator(std::random_device{}());
1119 std::shuffle(Start, End, Generator);
1131 std::mt19937 Generator(std::random_device{}());
1132 std::shuffle(Start, End, Generator);
/freebsd-12.1/contrib/dialog/po/
H A Duk.po17 "X-Generator: KBabel 1.0.2\n"
H A Dmg.po16 "X-Generator: KBabel 1.9.1\n"
H A Dmk.po17 "X-Generator: KBabel 1.3.1\n"
H A Dfa.po18 "X-Generator: Poedit 1.5.4\n"
H A Dhi.po18 "X-Generator: KBabel 1.11.4\n"
H A Dar.po18 "X-Generator: KBabel 1.3\n"
H A Dnl.po19 "X-Generator: KBabel 1.11.4\n"
H A Deu.po18 "X-Generator: KBabel 1.11.4\n"
H A Dhu.po16 "X-Generator: KBabel 1.0.1\n"
H A Dwa.po16 "X-Generator: KBabel 1.0.2\n"
H A Drm.po17 "X-Generator: KBabel 1.2\n"
H A Dru.po20 "X-Generator: KBabel 1.11.4\n"
H A Dlt.po18 "X-Generator: Virtaal 0.7.1\n"
H A Dku.po18 "X-Generator: KAider 0.1\n"
/freebsd-12.1/share/doc/psd/15.yacc/
H A Dref.bib70 %T Lex \(em A Lexical Analyzer Generator

123