Searched refs:PSK_Pop (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp42 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel);
43 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel);
44 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel);
45 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel);
46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel);
240 Action = Sema::PSK_Pop;
332 if (Action & Sema::PSK_Pop) {
424 if ((Action == PSK_Push_Set || Action == PSK_Push || Action == PSK_Pop) &&
491 if (Action & PSK_Pop && VtorDispStack.Stack.empty())
563 if (Action & PSK_Pop
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp921 Action = Sema::PSK_Pop;
1727 Action = Sema::PSK_Pop;
1769 Action = Sema::PSK_Pop;
2434 Action = Sema::PSK_Pop;
2570 Action = (Kind == PFC_Pop) ? Sema::PSK_Pop : Sema::PSK_Push;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h474 PSK_Pop = 0x4, // #pragma (pop[, id]) enumerator in enum:clang::final::PragmaMsStackAction
477 PSK_Pop_Set = PSK_Pop | PSK_Set, // #pragma (pop[, id], value)
504 else if (Action & PSK_Pop) {
544 assert((Action == PSK_Push || Action == PSK_Pop) &&

Completed in 196 milliseconds