Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp570 unsigned PrefLen = 2; in maybeLexHexadecimalLiteral() local
573 PrefLen++; in maybeLexHexadecimalLiteral()
578 if (StrVal.size() <= PrefLen) in maybeLexHexadecimalLiteral()
580 if (PrefLen == 2) in maybeLexHexadecimalLiteral()