Searched refs:CountLoc (Results 1 – 1 of 1) sorted by relevance
4862 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local4871 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()4885 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()5416 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local5422 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()5425 if (check(Count < 0, CountLoc, "Count is negative") || in parseDirectiveRept()