reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/AsmParser/X86AsmParser.cpp
 3264     for (unsigned I = 0, E = array_lengthof(Match); I != E; ++I)
 3264     for (unsigned I = 0, E = array_lengthof(Match); I != E; ++I)
 3265       if (Match[I] == Match_Success)
 3266         MatchChars[NumMatches++] = Suffixes[I];