Searched defs:valStart (Results 1 – 1 of 1) sorted by relevance
164 TokenKind MIRLexer::GetHexConst(uint32 valStart, bool negative) in GetHexConst()191 TokenKind MIRLexer::GetIntConst(uint32 valStart, bool negative) in GetIntConst()258 int valStart = static_cast<int>(curIdx) - 1; in GetTokenWithPrefixPercent() local