Searched refs:MHSLoc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 1986 SMLoc MHSLoc = Lex.getLoc(); in ParseOperation() local 2011 Error(MHSLoc, "could not determine type of the child list in !dag"); in ParseOperation() 2015 Error(MHSLoc, Twine("expected list of children, got type '") + in ParseOperation() 2032 Error(MHSLoc, in ParseOperation() 2087 Error(MHSLoc, Twine("expected integer index or string name, got ") + in ParseOperation() 2098 Error(MHSLoc, Twine("expected integer index or string name, got ") + in ParseOperation() 2309 SMLoc MHSLoc = Lex.getLoc(); in ParseOperationSubstr() local 2353 Error(MHSLoc, Twine("expected int, got type '") + in ParseOperationSubstr() 2398 SMLoc MHSLoc = Lex.getLoc(); in ParseOperationFind() local 2442 Error(MHSLoc, Twine("expected string, got type '") + in ParseOperationFind()
|