Searched refs:PSK_Pop (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 43 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 44 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 45 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 46 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 47 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 113 Action = Sema::PSK_Pop; in ActOnPragmaOptionsAlign() 165 if (Action & Sema::PSK_Pop) { in ActOnPragmaPack() 205 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp() 222 else if (Action & PSK_Pop) { in Act() 306 if (Action & PSK_Pop && Stack->Stack.empty()) in ActOnPragmaMSSeg()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaAttr.cpp | 42 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 43 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 44 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 45 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 240 Action = Sema::PSK_Pop; in ActOnPragmaOptionsAlign() 330 if (Action & Sema::PSK_Pop) { in ActOnPragmaPack() 419 if ((Action == PSK_Push_Set || Action == PSK_Push || Action == PSK_Pop) && in ActOnPragmaFloatControl() 478 if (Action & PSK_Pop && VtorDispStack.Stack.empty()) in ActOnPragmaMSVtorDisp() 550 if (Action & PSK_Pop && Stack->Stack.empty()) in ActOnPragmaMSSeg()
|
/external/clang/lib/Parse/ |
D | ParsePragma.cpp | 641 Action = Sema::PSK_Pop; in HandlePragmaMSSegment() 1003 Action = Sema::PSK_Pop; in HandlePragma() 1045 Action = Sema::PSK_Pop; in HandlePragma() 1638 Action = Sema::PSK_Pop; in HandlePragma()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParsePragma.cpp | 945 Action = Sema::PSK_Pop; in HandlePragmaMSSegment() 1751 Action = Sema::PSK_Pop; in HandlePragma() 1793 Action = Sema::PSK_Pop; in HandlePragma() 2458 Action = Sema::PSK_Pop; in HandlePragma() 2600 Action = (Kind == PFC_Pop) ? Sema::PSK_Pop : Sema::PSK_Push; in HandlePragma()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 470 PSK_Pop = 0x4, // #pragma (pop[, id]) enumerator 473 PSK_Pop_Set = PSK_Pop | PSK_Set, // #pragma (pop[, id], value) 500 else if (Action & PSK_Pop) { in Act() 540 assert((Action == PSK_Push || Action == PSK_Pop) && in SentinelAction()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 336 PSK_Pop = 0x4, // #pragma (pop[, id]) enumerator 339 PSK_Pop_Set = PSK_Pop | PSK_Set, // #pragma (pop[, id], value) 374 assert((Action == PSK_Push || Action == PSK_Pop) && in SentinelAction()
|