Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5120 SMLoc SkipLoc, CountLoc; in parseDirectiveIncbin() local
5129 CountLoc = getTok().getLoc(); in parseDirectiveIncbin()
5142 if (processIncbinFile(Filename, Skip, Count, CountLoc)) in parseDirectiveIncbin()
5677 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
5683 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
5686 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRept()
H A DMasmParser.cpp6967 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRepeat() local
6973 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRepeat()
6976 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL()) in parseDirectiveRepeat()