Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
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()
/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()