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

References

lib/Analysis/GlobalsModRef.cpp
   93   static_assert((MayReadAnyGlobal & static_cast<int>(ModRefInfo::MustModRef)) ==
   96   static_assert(((MayReadAnyGlobal |
  152   bool mayReadAnyGlobal() const { return Info.getInt() & MayReadAnyGlobal; }
  155   void setMayReadAnyGlobal() { Info.setInt(Info.getInt() | MayReadAnyGlobal); }