Home
last modified time | relevance | path

Searched defs:Factory (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d62 static struct Factory in mmapRegionList() struct
64 size_t bytesPerRegion; in mmapRegionList()
70 this(size_t n) in mmapRegionList()
74 auto opCall(size_t n) in mmapRegionList()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d61 static struct Factory in mmapRegionList() struct
63 size_t bytesPerRegion; in mmapRegionList()
69 this(size_t n) in mmapRegionList()
73 auto opCall(size_t n) in mmapRegionList()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h52 friend class Factory; variable
H A DRangedConstraintManager.h122 Factory(BasicValueFactory &BV) : ValueFactory(BV) {} in Factory() function
307 friend class Factory; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h51 template <typename... Ts> Factory(Ts &... Args) : G{{Args...}} {} in Factory() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp64 BlockCounter::Factory::Factory(llvm::BumpPtrAllocator& Alloc) { in Factory() function in BlockCounter::Factory
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d528 static struct Factory struct
532 alias AllocatorList = .AllocatorList!(Factory, BookkeepingAllocator); argument
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/
H A DClangRename.cpp186 std::unique_ptr<tooling::FrontendActionFactory> Factory = in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DImmutableList.h67 using Factory = ImmutableListFactory<T>; variable
H A DImmutableSet.h47 using Factory = ImutAVLFactory<ImutInfo>; variable
H A DImmutableMap.h252 FactoryTy *Factory; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dallocator_list.d613 static struct Factory struct
617 alias AllocatorList = .AllocatorList!(Factory, BookkeepingAllocator); argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderInternals.h203 SmallVector<ObjCMethodDecl *, 2> Factory; member
H A DASTWriter.cpp3000 ObjCMethodList Instance, Factory; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h743 AttributeFactory &Factory; variable