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/SmallPtrSet.h
  239   bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {
include/llvm/ADT/ilist_iterator.h
  148   friend bool operator!=(const ilist_iterator &LHS, const ilist_iterator &RHS) {
include/llvm/ADT/iterator.h
  145   bool operator!=(const DerivedT &RHS) const {
include/llvm/CodeGen/MachineInstrBundleIterator.h
  219   friend bool operator!=(const MachineInstrBundleIterator &L,
include/llvm/CodeGen/MachineRegisterInfo.h
 1018     bool operator!=(const defusechain_iterator &x) const {
 1124     bool operator!=(const defusechain_instr_iterator &x) const {
include/llvm/CodeGen/SelectionDAGNodes.h
  794     bool operator!=(const use_iterator &x) const {
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  522     friend bool operator!=(const ValueIterator &A, const ValueIterator &B) {
include/llvm/DebugInfo/DWARF/DWARFExpression.h
  154 inline bool operator!=(const DWARFExpression::iterator &LHS,
include/llvm/IR/CFG.h
   71   inline bool operator!=(const Self& x) const { return !operator==(x); }
include/llvm/IR/DebugInfoMetadata.h
 2408     bool operator!=(const expr_op_iterator &X) const {
include/llvm/IR/InstIterator.h
   82   inline bool operator!=(const InstIterator& y) const {
include/llvm/IR/Metadata.h
 1214   bool operator!=(const TypedMDOperandIterator &X) const { return I != X.I; }
include/llvm/IR/Value.h
  138     bool operator!=(const use_iterator_impl &x) const { return !operator==(x); }
  175     bool operator!=(const user_iterator_impl &x) const { return !operator==(x); }
include/llvm/Object/SymbolicFile.h
   84   bool operator!=(const content_iterator &other) const {
include/llvm/Support/TargetRegistry.h
  616     bool operator!=(const iterator &x) const { return !operator==(x); }
tools/clang/include/clang/AST/AttrIterator.h
   94   friend bool operator!=(specific_attr_iterator Left,
tools/clang/include/clang/AST/DeclBase.h
 2108     friend bool operator!=(const specific_decl_iterator& x,
tools/clang/include/clang/AST/DeclCXX.h
 3368     friend bool operator!=(shadow_iterator x, shadow_iterator y) {
tools/clang/include/clang/AST/Redeclarable.h
  285     friend bool operator!=(redecl_iterator x, redecl_iterator y) {
tools/clang/include/clang/Sema/IdentifierResolver.h
  120     bool operator!=(const iterator &RHS) const {
usr/include/c++/7.4.0/bits/forward_list.h
  166       operator!=(const _Self& __x) const noexcept
  237       operator!=(const _Self& __x) const noexcept
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
  319       operator!=(const _Self& __x) const _GLIBCXX_NOEXCEPT
  398       operator!=(const _Self& __x) const _GLIBCXX_NOEXCEPT
utils/TableGen/CodeGenDAGPatterns.h
  138     bool operator!=(const const_iterator &It) const {