Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A 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()
H A DParser.h1549 bool Popped; variable
1555 : P(P), Popped(false), in ParsingClassDefinition()
1561 assert(!Popped && "Nested class has already been popped"); in Pop()
1562 Popped = true; in Pop()
1567 if (!Popped) in ~ParsingClassDefinition()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp789 bool Popped = false; in emitPopSpecialFixUp() local
795 Popped = true; in emitPopSpecialFixUp()
798 if (!Popped) in emitPopSpecialFixUp()