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

Definitions

include/llvm/ADT/DenseMap.h
 1222   bool operator!=(const ConstIterator &RHS) const {
include/llvm/ADT/DenseSet.h
  128     bool operator!=(const ConstIterator& X) const { return I != X.I; }
  153     bool operator!=(const ConstIterator& X) const { return I != X.I; }
include/llvm/ADT/DepthFirstIterator.h
  164   bool operator!=(const df_iterator &x) const { return !(*this == x); }
include/llvm/ADT/EquivalenceClasses.h
  289     bool operator!=(const member_iterator &RHS) const {
include/llvm/ADT/PostOrderIterator.h
  153   bool operator!=(const po_iterator &x) const { return !(*this == x); }
include/llvm/ADT/SmallPtrSet.h
  239   bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {
include/llvm/ADT/iterator.h
  145   bool operator!=(const DerivedT &RHS) const {
include/llvm/IR/CFG.h
   71   inline bool operator!=(const Self& x) const { return !operator==(x); }
include/llvm/IR/Metadata.h
 1214   bool operator!=(const TypedMDOperandIterator &X) const { return I != X.I; }
include/llvm/IR/Value.h
  175     bool operator!=(const user_iterator_impl &x) const { return !operator==(x); }
include/llvm/Option/ArgList.h
  105   friend bool operator!=(arg_iterator LHS, arg_iterator RHS) {
tools/clang/include/clang/AST/DeclBase.h
 2019     friend bool operator!=(decl_iterator x, decl_iterator y) {
 2184     friend bool operator!=(const filtered_decl_iterator& x,
tools/clang/include/clang/Rewrite/Core/RewriteRope.h
  109     bool operator!=(const RopePieceBTreeIterator &RHS) const {
tools/clang/include/clang/Sema/IdentifierResolver.h
  120     bool operator!=(const iterator &RHS) const {
usr/include/c++/7.4.0/bits/stl_iterator.h
  314     operator!=(const reverse_iterator<_Iterator>& __x,
usr/include/c++/7.4.0/bits/stl_list.h
  194       operator!=(const _Self& __x) const _GLIBCXX_NOEXCEPT
  278       operator!=(const _Self& __x) const _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_tree.h
  398       operator!=(const _Self& __x) const _GLIBCXX_NOEXCEPT