Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp1627 llvm::Value *ShouldDeleteCondition; member
1630 CallDtorDeleteConditional(llvm::Value *ShouldDeleteCondition) in CallDtorDeleteConditional()
1631 : ShouldDeleteCondition(ShouldDeleteCondition) { in CallDtorDeleteConditional()
1632 assert(ShouldDeleteCondition != nullptr); in CallDtorDeleteConditional()
1639 = CGF.Builder.CreateIsNull(ShouldDeleteCondition); in Emit()