Searched refs:SizesArrayGbl (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8599 auto *SizesArrayGbl = new llvm::GlobalVariable( local
8603 SizesArrayGbl->setUnnamedAddr(llvm::GlobalValue::UnnamedAddr::Global);
8604 Info.SizesArray = SizesArrayGbl;

Completed in 87 milliseconds