Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2048 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument
2059 std::move(MatchError), in printNoMatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp740 const char *getCustomOperandDiag(ARMMatchResultTy MatchError);
12688 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag() argument
12689 switch (MatchError) { in getCustomOperandDiag()
12704 return getMatchKindDiag(MatchError); in getCustomOperandDiag()