Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGClass.cpp1380 llvm::Value *ShouldDeleteCondition; member
1382 CallDtorDeleteConditional(llvm::Value *ShouldDeleteCondition) in CallDtorDeleteConditional()
1383 : ShouldDeleteCondition(ShouldDeleteCondition) { in CallDtorDeleteConditional()
1384 assert(ShouldDeleteCondition != NULL); in CallDtorDeleteConditional()
1391 = CGF.Builder.CreateIsNull(ShouldDeleteCondition); in Emit()