Lines Matching refs:PSK_Pop
44 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
45 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
46 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
47 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
48 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
49 S.StrictGuardStackCheckStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
267 Action = Sema::PSK_Pop; in ActOnPragmaOptionsAlign()
386 if (Action & Sema::PSK_Pop) { in ActOnPragmaPack()
566 if ((Action == PSK_Push_Set || Action == PSK_Push || Action == PSK_Pop) && in ActOnPragmaFloatControl()
626 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp()
645 else if (Action & PSK_Pop) { in Act()
759 if (Action & PSK_Pop && Stack->Stack.empty()) in ActOnPragmaMSSeg()
778 if (Action & PSK_Pop && StrictGuardStackCheckStack.Stack.empty()) in ActOnPragmaMSStrictGuardStackCheck()