Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2046 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument
2057 std::move(MatchError), in printNoMatch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp732 const char *getCustomOperandDiag(ARMMatchResultTy MatchError);
12429 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag() argument
12430 switch (MatchError) { in getCustomOperandDiag()
12445 return getMatchKindDiag(MatchError); in getCustomOperandDiag()