Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp827 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
829 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
857 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
862 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
863 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
874 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
903 QualType PrivateType = getPrivateType(N); in needCleanups() local
910 QualType PrivateType = getPrivateType(N); in emitCleanups() local
914 PrivateAddr, CGF.ConvertTypeForMem(PrivateType)); in emitCleanups()
915 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()
[all …]