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

Definitions

include/llvm/ADT/APInt.h
 1164   bool operator!=(const APInt &RHS) const { return !((*this) == RHS); }
include/llvm/ADT/BitVector.h
   66   bool operator!=(const const_set_bits_iterator_impl &Other) const {
include/llvm/ADT/DenseMap.h
  675 bool operator!=(
 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; }
  240 bool operator!=(const DenseSetImpl<ValueT, MapTy, ValueInfoT> &LHS,
include/llvm/ADT/Hashing.h
   88   friend bool operator!=(const hash_code &lhs, const hash_code &rhs) {
include/llvm/ADT/Optional.h
  289 bool operator!=(const Optional<T> &X, const Optional<U> &Y) {
  326 bool operator!=(const Optional<T> &X, NoneType) {
  331 bool operator!=(NoneType, const Optional<T> &X) {
include/llvm/ADT/PointerUnion.h
  248 bool operator!=(PointerUnion<PTs...> lhs, PointerUnion<PTs...> rhs) {
include/llvm/ADT/SmallPtrSet.h
  239   bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {
include/llvm/ADT/SmallVector.h
  657   bool operator!=(const SmallVectorImpl &RHS) const {
include/llvm/ADT/StringRef.h
  890   inline bool operator!=(StringRef LHS, StringRef RHS) { return !(LHS == RHS); }
include/llvm/ADT/fallible_iterator.h
  191   friend bool operator!=(const fallible_iterator &LHS,
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/DebugInfo/DWARF/DWARFDie.h
  317 inline bool operator!=(const DWARFDie::attribute_iterator &LHS,
include/llvm/DebugInfo/GSYM/FileEntry.h
   41   bool operator!=(const FileEntry &RHS) const {
include/llvm/DebugInfo/GSYM/FunctionInfo.h
  162 inline bool operator!=(const FunctionInfo &LHS, const FunctionInfo &RHS) {
include/llvm/DebugInfo/GSYM/LineEntry.h
   39 inline bool operator!=(const LineEntry &LHS, const LineEntry &RHS) {
include/llvm/DebugInfo/GSYM/LineTable.h
  178   bool operator!=(const LineTable &RHS) const {
include/llvm/DebugInfo/GSYM/Range.h
   46   bool operator!=(const AddressRange &R) const {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   95   friend bool operator!=(const SymbolStringPtr &LHS,
include/llvm/IR/Attributes.h
  661   bool operator!=(const AttributeList &RHS) const { return pImpl != RHS.pImpl; }
include/llvm/IR/ConstantRange.h
  252   bool operator!=(const ConstantRange &CR) const {
include/llvm/IR/DataLayout.h
  224   bool operator!=(const DataLayout &Other) const { return !(*this == Other); }
include/llvm/Option/ArgList.h
  105   friend bool operator!=(arg_iterator LHS, arg_iterator RHS) {
include/llvm/Remarks/Remark.h
  138 inline bool operator!=(const Remark &LHS, const Remark &RHS) {
include/llvm/Support/Alignment.h
  256 inline bool operator!=(Align Lhs, uint64_t Rhs) {
  281 inline bool operator!=(MaybeAlign Lhs, uint64_t Rhs) {
  309 inline bool operator!=(Align Lhs, Align Rhs) {
include/llvm/Support/FileSystem.h
  145   bool operator!=(const UniqueID &Other) const { return !(*this == Other); }
include/llvm/Support/LineIterator.h
   77   friend bool operator!=(const line_iterator &LHS, const line_iterator &RHS) {
include/llvm/Support/LowLevelTypeImpl.h
  180   bool operator!=(const LLT &RHS) const { return !(*this == RHS); }
include/llvm/Support/TypeSize.h
   75   friend bool operator!=(const TypeSize &LHS, const TypeSize &RHS) {
include/llvm/Support/VirtualFileSystem.h
  189   bool operator!=(const directory_iterator &RHS) const {
  229   bool operator!=(const recursive_directory_iterator &RHS) const {
include/llvm/Support/YAMLParser.h
  361   bool operator!=(const basic_collection_iterator &Other) const {
  590   bool operator!=(const document_iterator &Other) const {
tools/clang/include/clang/AST/DeclarationName.h
  513   friend bool operator!=(DeclarationName LHS, DeclarationName RHS) {
tools/lldb/include/lldb/Utility/UUID.h
  104   friend bool operator!=(const UUID &LHS, const UUID &RHS) {
tools/lldb/source/Utility/VMRange.cpp
   48 bool lldb_private::operator!=(const VMRange &lhs, const VMRange &rhs) {
usr/include/c++/7.4.0/array
  257     operator!=(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
usr/include/c++/7.4.0/bits/basic_string.h
 6056     operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
 6069     operator!=(const _CharT* __lhs,
 6081     operator!=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
usr/include/c++/7.4.0/bits/shared_ptr.h
  388     operator!=(const shared_ptr<_Tp>& __a, nullptr_t) noexcept
  393     operator!=(nullptr_t, const shared_ptr<_Tp>& __a) noexcept
usr/include/c++/7.4.0/bits/stl_iterator.h
  314     operator!=(const reverse_iterator<_Iterator>& __x,
  876     operator!=(const __normal_iterator<_IteratorL, _Container>& __lhs,
  883     operator!=(const __normal_iterator<_Iterator, _Container>& __lhs,
usr/include/c++/7.4.0/bits/stl_tree.h
  398       operator!=(const _Self& __x) const _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_vector.h
 1625     operator!=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
usr/include/c++/7.4.0/bits/unique_ptr.h
  706     operator!=(const unique_ptr<_Tp, _Dp>& __x, nullptr_t) noexcept
  711     operator!=(nullptr_t, const unique_ptr<_Tp, _Dp>& __x) noexcept