HomeSort by: relevance | last modified time | path
    Searched defs:Pop (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_lfstack.h 48 T *Pop() {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_lfstack.h 47 T *Pop() {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_lfstack.h 47 T *Pop() {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 449 unsigned &Pop = Popularity[I.BB];
450 if ((Pop += N) > MaxPop) {
451 MaxPop = Pop;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 953 else if (PushPop == "pop")
962 PP.Lex(Tok); // push | pop
1300 enum ActionType { Push, Pop, Attribute };
1556 if (Info->Action == PragmaAttributeInfo::Pop) {
1729 // 'pop'
1741 if (PushPop && PushPop->isStr("pop")) {
1790 // pack '(' ('push' | 'pop') [',' identifier] [, integer] ')'
1814 // the push/pop stack.
1827 } else if (II->isStr("pop")) {
1869 // the push/pop stack
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 223 // ... otherwise the amount to pop is *all* of the argument space,
415 // N.b. if CalleePopAmount is valid but zero (i.e. callee would pop, but it
416 // doesn't have to pop anything), then the first operand will be zero too so
1067 // If we managed to grab the first pop instruction, move it to the end.
1743 // Assume we can't combine the last pop with the sp restore.
1746 MachineBasicBlock::iterator Pop = std::prev(MBB.getFirstTerminator());
1747 while (AArch64InstrInfo::isSEHInstruction(*Pop))
1748 Pop = std::prev(Pop);
1751 const MachineOperand &OffsetOp = Pop->getOperand(Pop->getNumOperands() - 1)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1144 /// ExitScope - Pop a scope off the scope stack.
1459 /// Pop this class of the stack.
1460 void Pop() {

Completed in 74 milliseconds