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.h2877 bool Popped; variable
2883 : P(P), Popped(false), in ParsingClassDefinition()
2889 assert(!Popped && "Nested class has already been popped"); in Pop()
2890 Popped = true; in Pop()
2895 if (!Popped) in ~ParsingClassDefinition()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp760 bool Popped = false; in emitPopSpecialFixUp() local
766 Popped = true; in emitPopSpecialFixUp()
769 if (!Popped) in emitPopSpecialFixUp()