HomeSort by: relevance | last modified time | path
    Searched refs:CountLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 5075 SMLoc SkipLoc, CountLoc;
5084 CountLoc = getTok().getLoc();
5097 if (processIncbinFile(Filename, Skip, Count, CountLoc))
5628 SMLoc CountLoc = getTok().getLoc();
5634 return Error(CountLoc, "unexpected token in '" + Dir + "' directive");
5637 if (check(Count < 0, CountLoc, "Count is negative") || parseEOL())
MasmParser.cpp 6633 SMLoc CountLoc = getTok().getLoc();
6639 return Error(CountLoc, "unexpected token in '" + Dir + "' directive");
6642 if (check(Count < 0, CountLoc, "Count is negative") ||

Completed in 53 milliseconds