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

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1140   switch (MatchInstructionImpl(Operands, Inst, ErrorInfo, MatchingInlineAsm)) {
 1158     if (ErrorInfo != ~0ULL) {
 1159       if (ErrorInfo >= Operands.size())
 1162       ErrorLoc = ((PPCOperand &)*Operands[ErrorInfo]).getStartLoc();