Home
last modified time | relevance | path

Searched defs:Generator (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h56 generator_type Generator; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp53 std::unique_ptr<ProfileGenerator> Generator = ProfileGenerator::create( in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A Dgenerate_cxx_src_locs.py11 class Generator(object): class
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DExecutionUtils.cpp92 static LLIBuiltinFunctionGenerator *Generator = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp87 DependencyPrinter Generator(*Opts, Dependencies); in getDependencyFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp269 const std::unique_ptr<SnippetGenerator> Generator = in generateSnippets() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h294 using Generator = llvm::OnDiskChainedHashTableGenerator<WriterInfo>; variable
H A DGlobalModuleIndex.cpp814 llvm::OnDiskChainedHashTableGenerator<IdentifierIndexWriterTrait> Generator; in writeIndex() local
H A DASTWriter.cpp1755 llvm::OnDiskChainedHashTableGenerator<HeaderFileInfoTrait> Generator; in WriteHeaderSearch() local
3109 llvm::OnDiskChainedHashTableGenerator<ASTMethodPoolTrait> Generator; in WriteSelectors() local
3419 llvm::OnDiskChainedHashTableGenerator<ASTIdentifierTableTrait> Generator; in WriteIdentifierTable() local
3664 ASTDeclContextNameLookupTrait> Generator; in GenerateNameLookupTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp291 OnDiskChainedHashTableGenerator<InstrProfRecordWriterTrait> Generator; in writeImpl() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1497 class Generator(T) : in Generator() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1687 class Generator(T) : in Generator() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d3333 private struct Generator(Fun...) in Generator() function