Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp2117 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument
2128 std::move(MatchError), in printNoMatch()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp719 const char *getCustomOperandDiag(ARMMatchResultTy MatchError);
12034 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag() argument
12035 switch (MatchError) { in getCustomOperandDiag()
12050 return getMatchKindDiag(MatchError); in getCustomOperandDiag()