Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp627 const char *getCustomOperandDiag(ARMMatchResultTy MatchError);
10379 ARMAsmParser::getCustomOperandDiag(ARMMatchResultTy MatchError) { in getCustomOperandDiag() argument
10380 switch (MatchError) { in getCustomOperandDiag()
10395 return getMatchKindDiag(MatchError); in getCustomOperandDiag()