HomeSort by relevance Sort by last modified time
    Searched refs:PSK_Pop (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaAttr.cpp 43 S.VtorDispStack.SentinelAction(PSK_Pop, SlotLabel);
44 S.DataSegStack.SentinelAction(PSK_Pop, SlotLabel);
45 S.BSSSegStack.SentinelAction(PSK_Pop, SlotLabel);
46 S.ConstSegStack.SentinelAction(PSK_Pop, SlotLabel);
47 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel);
113 Action = Sema::PSK_Pop;
165 if (Action & Sema::PSK_Pop) {
205 if (Action & PSK_Pop && VtorDispStack.Stack.empty())
222 else if (Action & PSK_Pop) {
306 if (Action & PSK_Pop && Stack->Stack.empty()
    [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 641 Action = Sema::PSK_Pop;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 336 PSK_Pop = 0x4, // #pragma (pop[, id])
339 PSK_Pop_Set = PSK_Pop | PSK_Set, // #pragma (pop[, id], value)
374 assert((Action == PSK_Push || Action == PSK_Pop) &&
    [all...]

Completed in 70 milliseconds