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

Definitions

include/llvm/ADT/Optional.h
  311 bool operator>=(const Optional<T> &X, const Optional<U> &Y) {
  359 template <typename T> bool operator>=(const Optional<T> &X, NoneType) {
  363 template <typename T> bool operator>=(NoneType, const Optional<T> &X) {
  407 template <typename T> bool operator>=(const Optional<T> &X, const T &Y) {
  411 template <typename T> bool operator>=(const T &X, const Optional<T> &Y) {