Home
last modified time | relevance | path

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

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