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.cpp804 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
806 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
832 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
834 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
839 QualType PrivateType = getPrivateType(N); in emitAggregateType() local
840 if (!PrivateType->isVariablyModifiedType()) { in emitAggregateType()
849 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()), in emitAggregateType()
851 CGF.EmitVariablyModifiedType(PrivateType); in emitAggregateType()
880 QualType PrivateType = getPrivateType(N); in needCleanups() local
881 QualType::DestructionKind DTorKind = PrivateType.isDestructedType(); in needCleanups()
[all …]