Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2135 auto TokCount = this->getLexer().peekTokens(Buf, true); in ParseMemOperand() local
2136 if (TokCount == 0) in ParseMemOperand()
2145 if ((TokCount > 1) && in ParseMemOperand()