Searched refs:IsActiveIP (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h280 llvm::Instruction *IsActiveIP; member in struct:clang::CodeGen::CGCallee::CallArgList::CallArgCleanup
319 llvm::Instruction *IsActiveIP) {
322 ArgCleanup.IsActiveIP = IsActiveIP;
318 addArgCleanupDeactivation(EHScopeStack::stable_iterator Cleanup, llvm::Instruction *IsActiveIP) argument
H A DCGCall.cpp3953 CGF.DeactivateCleanupBlock(I.Cleanup, I.IsActiveIP);
3954 I.IsActiveIP->eraseFromParent();

Completed in 75 milliseconds