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

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4397 QualType ReductionArrayTy = local
4401 CGF.CreateMemTemp(ReductionArrayTy, ".omp.reduction.red_list");
4428 CGM, CGF.ConvertTypeForMem(ReductionArrayTy)->getPointerTo(), Privates,
4438 auto *ReductionArrayTySize = CGF.getTypeSize(ReductionArrayTy);

Completed in 66 milliseconds