Home
last modified time | relevance | path

Searched defs:CallDtorDeleteConditional (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp1579 struct CallDtorDeleteConditional final : EHScopeStack::Cleanup { struct
1580 llvm::Value *ShouldDeleteCondition;
1583 CallDtorDeleteConditional(llvm::Value *ShouldDeleteCondition) in CallDtorDeleteConditional() function
1588 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()