Home
last modified time | relevance | path

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

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