Searched refs:ShouldDeleteCondition (Results 1 – 1 of 1) sorted by relevance
1380 llvm::Value *ShouldDeleteCondition; member1382 CallDtorDeleteConditional(llvm::Value *ShouldDeleteCondition) in CallDtorDeleteConditional()1383 : ShouldDeleteCondition(ShouldDeleteCondition) { in CallDtorDeleteConditional()1384 assert(ShouldDeleteCondition != NULL); in CallDtorDeleteConditional()1391 = CGF.Builder.CreateIsNull(ShouldDeleteCondition); in Emit()