Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp2148 int MatchedCount, StringRef Buffer, Error MatchError, in printNoMatch() argument
2159 std::move(MatchError), in printNoMatch()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp729 const char *getCustomOperandDiag(ARMMatchResultTy MatchError);
12274 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag() argument
12275 switch (MatchError) { in getCustomOperandDiag()
12290 return getMatchKindDiag(MatchError); in getCustomOperandDiag()