Lines Matching refs:InitLoc
1565 SMLoc InitLoc = Lex.getLoc(); in ParseOperation() local
1584 Error(InitLoc, Twine("expected a list, got value of type '") + in ParseOperation()
1609 Error(InitLoc, Twine("expected second parameter to be an int, got " in ParseOperation()
1618 Error(InitLoc, Twine("expected a list, got value of type '") + in ParseOperation()
1628 Error(InitLoc, Twine("expected bit, bits, int, string, or record; " in ParseOperation()
1642 Error(InitLoc, Twine("expected bit, bits, int, or string; " in ParseOperation()
1654 Error(InitLoc, Twine("expected list of string, int, bits, or bit; " in ParseOperation()
1662 Error(InitLoc, Twine("expected second argument to be a string, " in ParseOperation()
1679 Error(InitLoc, Twine("expected value of type '") + in ParseOperation()
1775 SMLoc InitLoc = Lex.getLoc(); in ParseOperation() local
1795 Error(InitLoc, Twine("expected value of type 'int', got '" + in ParseOperation()
1798 Error(InitLoc, Twine("expected list or int, got value of type '") + in ParseOperation()
1805 Error(InitLoc, Twine("expected one list, got extra value of type '") + in ParseOperation()