Searched refs:ExpectMemLoc (Results 1 – 2 of 2) sorted by relevance
917 bool ExpectMemLoc) { in parseLocation() argument923 if (!ExpectMemLoc && ParsingBuf[0] != '0' && ParsingBuf[0] != '1' && in parseLocation()929 if (ExpectMemLoc && ParsingBuf[0] != '3' && ParsingBuf[0] != '4' && in parseLocation()936 (!ExpectMemLoc && (ParsingBuf[0] == '1' || ParsingBuf[0] == '2')) || in parseLocation()937 (ExpectMemLoc && (ParsingBuf[0] == '4' || ParsingBuf[0] == '5')); in parseLocation()
471 ErrorOr<Location> parseLocation(char EndChar, bool EndNl, bool ExpectMemLoc);