Searched refs:ActiveFlag (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h245 llvm::AllocaInst *ActiveFlag;
293 ActiveFlag(nullptr), ExtInfo(nullptr), FixupDepth(fixupDepth) {
323 bool hasActiveFlag() const { return ActiveFlag != nullptr; }
325 return Address(ActiveFlag, CharUnits::One());
329 ActiveFlag = cast<llvm::AllocaInst>(Var.getPointer());
H A DCGCleanup.cpp290 void CodeGenFunction::initFullExprCleanupWithFlag(Address ActiveFlag) { argument
294 cleanup.setActiveFlag(ActiveFlag);
494 Address ActiveFlag = local
496 initFullExprCleanupWithFlag(ActiveFlag);
497 I += sizeof(ActiveFlag);
556 Address ActiveFlag) {
560 if (ActiveFlag.isValid()) {
564 = CGF.Builder.CreateLoad(ActiveFlag, "cleanup.is_active");
574 if (ActiveFlag.isValid())
553 EmitCleanup(CodeGenFunction &CGF, EHScopeStack::Cleanup *Fn, EHScopeStack::Cleanup::Flags flags, Address ActiveFlag) argument
H A DCodeGenFunction.h682 Address ActiveFlag = createCleanupActiveFlag();
683 assert(!DominatingValue<Address>::needsSaving(ActiveFlag) &&
690 pushCleanupAfterFullExprImpl<CleanupType>(Kind, ActiveFlag, Saved);
694 void pushCleanupAfterFullExprImpl(CleanupKind Kind, Address ActiveFlag, argument
697 ActiveFlag.isValid()};
702 (Header.IsConditional ? sizeof(ActiveFlag) : 0));
710 new (Buffer + sizeof(Header) + sizeof(T)) Address(ActiveFlag);
719 void initFullExprCleanupWithFlag(Address ActiveFlag);
/freebsd-13-stable/stand/efi/include/
H A Defitcp.h32 BOOLEAN ActiveFlag; member in struct:__anon8041
239 BOOLEAN ActiveFlag; member in struct:__anon8055

Completed in 111 milliseconds