Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp800 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
802 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
828 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
830 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
835 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
836 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
845 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
847 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
876 QualType PrivateType = getPrivateType(N); in needCleanups() local
877 QualType::DestructionKind DTorKind = PrivateType.isDestructedType(); in needCleanups()
[all …]