Home
last modified time | relevance | path

Searched refs:PtrArray (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dsegmented_array_test.cc314 using PtrArray = Array<int *>; in TEST() typedef
315 PtrArray::AllocatorType Alloc(16384); in TEST()
331 using PtrArray = Array<int *>; in TEST() typedef
332 PtrArray::AllocatorType Alloc(4096); in TEST()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp440 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable( in EmitPointerToInitFunc() local
443 PtrArray->setSection(ISA->getSection()); in EmitPointerToInitFunc()
444 addUsedGlobal(PtrArray); in EmitPointerToInitFunc()
448 PtrArray->setComdat(C); in EmitPointerToInitFunc()