Lines Matching defs:InitLoc
1604 SMLoc InitLoc = Lex.getLoc();
1623 Error(InitLoc, Twine("expected a list, got value of type '") +
1648 Error(InitLoc, Twine("expected second parameter to be an int, got "
1657 Error(InitLoc, Twine("expected a list, got value of type '") +
1667 Error(InitLoc, Twine("expected bit, bits, int, string, or record; "
1681 Error(InitLoc, Twine("expected bit, bits, int, or string; "
1693 Error(InitLoc, Twine("expected list of string, int, bits, or bit; "
1701 Error(InitLoc, Twine("expected second argument to be a string, "
1718 Error(InitLoc, Twine("expected value of type '") +
1814 SMLoc InitLoc = Lex.getLoc();
1834 Error(InitLoc, Twine("expected value of type 'int', got '" +
1837 Error(InitLoc, Twine("expected list or int, got value of type '") +
1844 Error(InitLoc, Twine("expected one list, got extra value of type '") +