Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Match_Success

2273   case Match_Success:
2365 (Match1 == Match_Success) + (Match2 == Match_Success) +
2366 (Match3 == Match_Success) + (Match4 == Match_Success);
2382 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
2383 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
2384 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
2385 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];