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

References

lib/Support/ARMTargetParser.cpp
  162   if (FPUKind >= FK_LAST || FPUKind == FK_INVALID)
  264   if (FPUKind >= FK_LAST)
  344   if (FPUKind >= FK_LAST)
  350   if (FPUKind >= FK_LAST)
  356   if (FPUKind >= FK_LAST)
unittests/Support/TargetParserTest.cpp
  541        FK <= ARM::FPUKind::FK_LAST;
  543     if (FK == ARM::FK_LAST || ARM::getFPUName(FK) == "invalid" ||
  552        FK <= ARM::FPUKind::FK_LAST;
  554     if (FK == ARM::FK_LAST ||
  565        FK <= ARM::FPUKind::FK_LAST;
  567     if (FK == ARM::FK_LAST ||
  613        FK <= ARM::FPUKind::FK_LAST;
  615     EXPECT_TRUE((FK == ARM::FK_INVALID || FK >= ARM::FK_LAST)