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

References

tools/clang/lib/Basic/Targets/X86.cpp
  446   if (I != Features.end() && I->getValue() &&
  446   if (I != Features.end() && I->getValue() &&
  451   I = Features.find("3dnow");
  452   if (I != Features.end() && I->getValue() &&
  452   if (I != Features.end() && I->getValue() &&
  458   I = Features.find("sse");
  459   if (I != Features.end() && I->getValue() &&
  459   if (I != Features.end() && I->getValue() &&