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

References

unittests/Support/TargetParserTest.cpp
  613        FK <= ARM::FPUKind::FK_LAST;
  614        FK = static_cast<ARM::FPUKind>(static_cast<unsigned>(FK) + 1))
  614        FK = static_cast<ARM::FPUKind>(static_cast<unsigned>(FK) + 1))
  615     EXPECT_TRUE((FK == ARM::FK_INVALID || FK >= ARM::FK_LAST)
  615     EXPECT_TRUE((FK == ARM::FK_INVALID || FK >= ARM::FK_LAST)
  616                     ? !ARM::getFPUFeatures(FK, Features)
  617                     : ARM::getFPUFeatures(FK, Features));