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

/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4482 SMLoc CountLoc = getTok().getLoc(); local
4489 return Error(CountLoc, "unexpected token in '" + Dir + "' directive");
4493 return Error(CountLoc, "Count is negative");

Completed in 87 milliseconds