Home
last modified time | relevance | path

Searched refs:PasteLoc (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp2026 SMLoc PasteLoc = Lex.getLoc(); in ParseValue() local
2033 Error(PasteLoc, "LHS of paste is not typed!"); in ParseValue()
2042 Error(PasteLoc, Twine("can't cast '") + LHS->getAsString() + in ParseValue()
2067 Error(PasteLoc, "RHS of paste is not typed!"); in ParseValue()
2076 Error(PasteLoc, Twine("can't cast '") + RHS->getAsString() + in ParseValue()
/external/llvm/lib/TableGen/
DTGParser.cpp1532 SMLoc PasteLoc = Lex.getLoc(); in ParseValue() local
1539 Error(PasteLoc, "LHS of paste is not typed!"); in ParseValue()
1566 Error(PasteLoc, "RHS of paste is not typed!"); in ParseValue()