Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4858 SMLoc CountLoc = getTok().getLoc(); in parseDirectiveRept() local
4865 return Error(CountLoc, "unexpected token in '" + Dir + "' directive"); in parseDirectiveRept()
4869 return Error(CountLoc, "Count is negative"); in parseDirectiveRept()