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

Declarations

tools/clang/include/clang/Driver/Multilib.h
  143   MultilibSet &Either(ArrayRef<Multilib> Ms);

References

tools/clang/lib/Driver/Multilib.cpp
  153   return Either({M1, M2});
  158   return Either({M1, M2, M3});
  163   return Either({M1, M2, M3, M4});
  169   return Either({M1, M2, M3, M4, M5});
tools/clang/lib/Driver/ToolChains/Gnu.cpp
 1256             .Either({BeHard, BeSoft, ElHard, ElSoft, BeHardNan, ElHardNan,
 1350             .Either({BeHard, BeSoft, ElHard, ElSoft, BeMicroHard, BeMicroSoft,
 1522           .Either({Ilp32, Ilp32f, Ilp32d, Lp64, Lp64f, Lp64d})