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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h244 Address ActiveFlag;
292 ActiveFlag(Address::invalid()), ExtInfo(nullptr),
323 bool hasActiveFlag() const { return ActiveFlag.isValid(); }
325 return ActiveFlag;
329 ActiveFlag = Var;
H A DCGCleanup.cpp312 void CodeGenFunction::initFullExprCleanupWithFlag(Address ActiveFlag) { argument
316 cleanup.setActiveFlag(ActiveFlag);
516 Address ActiveFlag = local
518 initFullExprCleanupWithFlag(ActiveFlag);
519 I += sizeof(ActiveFlag);
578 Address ActiveFlag) {
582 if (ActiveFlag.isValid()) {
586 = CGF.Builder.CreateLoad(ActiveFlag, "cleanup.is_active");
596 if (ActiveFlag.isValid())
575 EmitCleanup(CodeGenFunction &CGF, EHScopeStack::Cleanup *Fn, EHScopeStack::Cleanup::Flags flags, Address ActiveFlag) argument
H A DCodeGenFunction.h802 Address ActiveFlag = createCleanupActiveFlag();
803 assert(!DominatingValue<Address>::needsSaving(ActiveFlag) &&
810 pushCleanupAfterFullExprWithActiveFlag<CleanupType>(Kind, ActiveFlag, Saved);
815 Address ActiveFlag, As... A) {
817 ActiveFlag.isValid()};
822 (Header.IsConditional ? sizeof(ActiveFlag) : 0));
830 new (Buffer + sizeof(Header) + sizeof(T)) Address(ActiveFlag);
839 void initFullExprCleanupWithFlag(Address ActiveFlag);
814 pushCleanupAfterFullExprWithActiveFlag(CleanupKind Kind, Address ActiveFlag, As... A) argument
H A DCGDecl.cpp2236 Address ActiveFlag = createCleanupActiveFlag();
2243 initFullExprCleanupWithFlag(ActiveFlag);
2247 cleanupKind, ActiveFlag, SavedAddr, type, destroyer,
/freebsd-current/stand/efi/include/
H A Defitcp.h31 BOOLEAN ActiveFlag; member in struct:__anon698
238 BOOLEAN ActiveFlag; member in struct:__anon712

Completed in 126 milliseconds