Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGClass.cpp1596 struct CallDtorDeleteConditional final : EHScopeStack::Cleanup { struct
1597 llvm::Value *ShouldDeleteCondition;
1600 CallDtorDeleteConditional(llvm::Value *ShouldDeleteCondition) in CallDtorDeleteConditional() argument
1605 void Emit(CodeGenFunction &CGF, Flags flags) override { in Emit()