Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1469 llvm::Value *ShouldDeleteCondition; member
1471 CallDtorDeleteConditional(llvm::Value *ShouldDeleteCondition) in CallDtorDeleteConditional()
1472 : ShouldDeleteCondition(ShouldDeleteCondition) { in CallDtorDeleteConditional()
1473 assert(ShouldDeleteCondition != nullptr); in CallDtorDeleteConditional()
1480 = CGF.Builder.CreateIsNull(ShouldDeleteCondition); in Emit()