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

References

tools/clang/lib/Driver/ToolChains/Arch/AArch64.cpp
  252   const auto ItRCrypto = std::find(ItRBegin, ItREnd, "+crypto");
  253   const auto ItRNoCrypto = std::find(ItRBegin, ItREnd, "-crypto");
  254   const auto HasCrypto  = ItRCrypto != ItREnd;
  255   const auto HasNoCrypto = ItRNoCrypto != ItREnd;