Lines Matching refs:InitLoc
1571 SMLoc InitLoc = Lex.getLoc(); in ParseOperation() local
1590 Error(InitLoc, Twine("expected a list, got value of type '") + in ParseOperation()
1615 Error(InitLoc, Twine("expected second parameter to be an int, got " in ParseOperation()
1624 Error(InitLoc, Twine("expected a list, got value of type '") + in ParseOperation()
1634 Error(InitLoc, Twine("expected bit, bits, int, string, or record; " in ParseOperation()
1648 Error(InitLoc, Twine("expected bit, bits, int, or string; " in ParseOperation()
1660 Error(InitLoc, Twine("expected list of string, int, bits, or bit; " in ParseOperation()
1668 Error(InitLoc, Twine("expected second argument to be a string, " in ParseOperation()
1685 Error(InitLoc, Twine("expected value of type '") + in ParseOperation()
1781 SMLoc InitLoc = Lex.getLoc(); in ParseOperation() local
1801 Error(InitLoc, Twine("expected value of type 'int', got '" + in ParseOperation()
1804 Error(InitLoc, Twine("expected list or int, got value of type '") + in ParseOperation()
1811 Error(InitLoc, Twine("expected one list, got extra value of type '") + in ParseOperation()