Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h220 void PopScope(TGVarScope *ExpectedStackTop) { in PopScope() argument
221 assert(ExpectedStackTop == CurScope.get() && in PopScope()