Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp877 QualType::DestructionKind DTorKind = PrivateType.isDestructedType(); in needCleanups() local
878 return DTorKind != QualType::DK_none; in needCleanups()
884 QualType::DestructionKind DTorKind = PrivateType.isDestructedType(); in emitCleanups() local
888 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()