Searched refs:Popped (Results 1 – 7 of 7) sorted by relevance
94 bool Popped; variable150 assert(!Popped && "ParsingDeclaration has already been popped!"); in complete()163 Popped = false; in push()167 if (!Popped) { in pop()169 Popped = true; in pop()
31 NSLog(@"Popped value: %d", popped);
537 bool Popped = false; in emitPopSpecialFixUp() local543 Popped = true; in emitPopSpecialFixUp()546 if (!Popped) in emitPopSpecialFixUp()
1119 bool Popped; variable1125 : 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()
688 bool Popped = false; in emitPopSpecialFixUp() local694 Popped = true; in emitPopSpecialFixUp()697 if (!Popped) in emitPopSpecialFixUp()
147 ANGLE_MTL_LOG("Popped MTLCommandBuffer %llu:%p", metalBufferEntry.serial,
1397 SmallBitVector Popped(CalleeSaves.size());1404 Popped[Canonical] = true;1407 for (int32_t i = Popped.size() - 1; i >= 0; --i) {1408 if (!Popped[i])