Searched refs:Popped (Results 1 – 8 of 8) 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()
1484 bool Popped; variable1490 : P(P), Popped(false), in ParsingClassDefinition()1496 assert(!Popped && "Nested class has already been popped"); in Pop()1497 Popped = true; in Pop()1502 if (!Popped) in ~ParsingClassDefinition()
45 ok(!exception { $stack->pop($hub) }, "Popped the correct hub");
148 IV (*Popped)(pTHX_ PerlIO *f);488 =item Popped490 IV (*Popped)(pTHX_ PerlIO *f);495 the stream. In such cases C<Popped()> should free any resources501 Returns 0 on success and failure. If C<Popped()> returns I<true> then870 Popped SUCCESS
627 print("Popped $DataElement off the queue\n");
795 bool Popped = false; in emitPopSpecialFixUp() local801 Popped = true; in emitPopSpecialFixUp()804 if (!Popped) in emitPopSpecialFixUp()
22 IV (*Popped) (pTHX_ PerlIO *f); member
650 if (l->tab && l->tab->Popped) { in PerlIO_pop() 656 if ((*l->tab->Popped) (aTHX_ f) != 0) in PerlIO_pop()