Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/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()
DParser.h1484 bool Popped; variable
1490 : 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()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/
DStack.t45 ok(!exception { $stack->pop($hub) }, "Popped the correct hub");
/openbsd/src/gnu/usr.bin/perl/pod/
Dperliol.pod148 IV (*Popped)(pTHX_ PerlIO *f);
488 =item Popped
490 IV (*Popped)(pTHX_ PerlIO *f);
495 the stream. In such cases C<Popped()> should free any resources
501 Returns 0 on success and failure. If C<Popped()> returns I<true> then
870 Popped SUCCESS
Dperlthrtut.pod627 print("Popped $DataElement off the queue\n");
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp795 bool Popped = false; in emitPopSpecialFixUp() local
801 Popped = true; in emitPopSpecialFixUp()
804 if (!Popped) in emitPopSpecialFixUp()
/openbsd/src/gnu/usr.bin/perl/
Dperliol.h22 IV (*Popped) (pTHX_ PerlIO *f); member
Dperlio.c650 if (l->tab && l->tab->Popped) { in PerlIO_pop()
656 if ((*l->tab->Popped) (aTHX_ f) != 0) in PerlIO_pop()