Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp1593 llvm::Value *ShouldDeleteCondition, in EmitConditionalDtorDeleteCall() argument
1598 = CGF.Builder.CreateIsNull(ShouldDeleteCondition); in EmitConditionalDtorDeleteCall()
1619 llvm::Value *ShouldDeleteCondition; member
1622 CallDtorDeleteConditional(llvm::Value *ShouldDeleteCondition) in CallDtorDeleteConditional()
1623 : ShouldDeleteCondition(ShouldDeleteCondition) { in CallDtorDeleteConditional()
1624 assert(ShouldDeleteCondition != nullptr); in CallDtorDeleteConditional()
1628 EmitConditionalDtorDeleteCall(CGF, ShouldDeleteCondition, in Emit()