Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp828 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
830 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
858 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
863 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
864 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
875 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
904 QualType PrivateType = getPrivateType(N); in needCleanups() local
911 QualType PrivateType = getPrivateType(N); in emitCleanups() local
915 PrivateAddr, CGF.ConvertTypeForMem(PrivateType)); in emitCleanups()
916 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()
[all …]