Home
last modified time | relevance | path

Searched refs:Popped (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Parse/
DRAIIObjectsForParser.h94 bool Popped; variable
150 assert(!Popped && "ParsingDeclaration has already been popped!"); in complete()
163 Popped = false; in push()
167 if (!Popped) { in pop()
169 Popped = true; in pop()
/external/antlr/runtime/ObjC/Framework/test/runtime/misc/
DIntArrayTest.m31 NSLog(@"Popped value: %d", popped);
/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp537 bool Popped = false; in emitPopSpecialFixUp() local
543 Popped = true; in emitPopSpecialFixUp()
546 if (!Popped) in emitPopSpecialFixUp()
/external/clang/include/clang/Parse/
DParser.h1119 bool Popped; variable
1125 : P(P), Popped(false), in ParsingClassDefinition()
1131 assert(!Popped && "Nested class has already been popped"); in Pop()
1132 Popped = true; in Pop()
1137 if (!Popped) in ~ParsingClassDefinition()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp688 bool Popped = false; in emitPopSpecialFixUp() local
694 Popped = true; in emitPopSpecialFixUp()
697 if (!Popped) in emitPopSpecialFixUp()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h1347 SmallBitVector Popped(CalleeSaves.size());
1354 Popped[Canonical] = true;
1357 for (int32_t i = Popped.size() - 1; i >= 0; --i) {
1358 if (!Popped[i])