Searched refs:MatchChars (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1882 char MatchChars[4]; local
1884 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0];
1885 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1];
1886 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2];
1887 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3];
1897 OS << "'" << Base << MatchChars[i] << "'"; local

Completed in 126 milliseconds