Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp550 assert(condition->getOperand(0) == CGF.NormalCleanupDest); in destroyOptimisticNormalEntry()
1132 if (!NormalCleanupDest) in getNormalCleanupDestSlot()
1133 NormalCleanupDest = in getNormalCleanupDestSlot()
1135 return NormalCleanupDest; in getNormalCleanupDestSlot()
H A DCodeGenFunction.cpp44 LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr), in CodeGenFunction()
H A DCodeGenFunction.h290 llvm::AllocaInst *NormalCleanupDest; variable
H A DCGObjCMac.cpp3617 addIfPresent(AllocasToIgnore, CGF.NormalCleanupDest); in collectLocals()