Searched refs:PSK_Pop (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 45 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 46 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 47 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 48 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 49 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 50 S.StrictGuardStackCheckStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 370 Action = Sema::PSK_Pop; in ActOnPragmaOptionsAlign() 488 if (Action & Sema::PSK_Pop) { in ActOnPragmaPack() 667 if ((Action == PSK_Push_Set || Action == PSK_Push || Action == PSK_Pop) && in ActOnPragmaFloatControl() 727 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1150 Action = Sema::PSK_Pop; in HandlePragmaMSSegment() 1297 Action = Sema::PSK_Pop; in HandlePragmaMSStrictGuardStackCheck() 2170 Action = Sema::PSK_Pop; in HandlePragma() 2176 Action = Sema::PSK_Pop; in HandlePragma() 2220 Action = Sema::PSK_Pop; in HandlePragma() 2900 Action = Sema::PSK_Pop; in HandlePragma() 3043 Action = (Kind == PFC_Pop) ? Sema::PSK_Pop : Sema::PSK_Push; in HandlePragma()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1809 PSK_Pop = 0x4, // #pragma (pop[, id]) enumerator 1812 PSK_Pop_Set = PSK_Pop | PSK_Set, // #pragma (pop[, id], value) 1946 else if (Action & PSK_Pop) { in Act() 1986 assert((Action == PSK_Push || Action == PSK_Pop) && in SentinelAction()
|