Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp2148 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument
2159 std::move(MatchError), in printNoMatch()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp729 const char *getCustomOperandDiag(ARMMatchResultTy MatchError);
12245 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag() argument
12246 switch (MatchError) { in getCustomOperandDiag()
12261 return getMatchKindDiag(MatchError); in getCustomOperandDiag()