Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp802 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
804 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
832 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
837 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
838 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
849 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
878 QualType PrivateType = getPrivateType(N); in needCleanups() local
885 QualType PrivateType = getPrivateType(N); in emitCleanups() local
890 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()
5267 QualType PrivateType = RCG.getPrivateType(N); in emitReduceInitFunction() local
[all …]