HomeSort by: relevance | last modified time | path
    Searched refs:PtrArray (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
segmented_array_test.cc 314 using PtrArray = Array<int *>;
315 PtrArray::AllocatorType Alloc(16384);
331 using PtrArray = Array<int *>;
332 PtrArray::AllocatorType Alloc(4096);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp 440 llvm::GlobalVariable *PtrArray = new llvm::GlobalVariable(
443 PtrArray->setSection(ISA->getSection());
444 addUsedGlobal(PtrArray);
448 PtrArray->setComdat(C);

Completed in 16 milliseconds