Lines Matching refs:SentinelAction
33 S.VtorDispStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
34 S.DataSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
35 S.BSSSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
36 S.ConstSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
38 S.StrictGuardStackCheckStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
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()