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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 94 bool Popped;
150 assert(!Popped && "ParsingDeclaration has already been popped!");
163 Popped = false;
167 if (!Popped) {
169 Popped = true;
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 457 // Copy implicit ops and popped registers, if any.
539 bool Popped = false;
545 Popped = true;
548 if (!Popped)
643 // LR may only be popped into PC, as part of return sequence.
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 1043 milliseconds