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.cpp881 QualType::DestructionKind DTorKind = PrivateType.isDestructedType(); in needCleanups() local
882 return DTorKind != QualType::DK_none; in needCleanups()
888 QualType::DestructionKind DTorKind = PrivateType.isDestructedType(); in emitCleanups() local
892 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()