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

Definitions

include/llvm/ADT/ImmutableMap.h
  136   bool operator==(const ImmutableMap &RHS) const {
include/llvm/ADT/ImmutableSet.h
 1050   bool operator==(const ImmutableSet &RHS) const {
include/llvm/ADT/StringRef.h
  886   inline bool operator==(StringRef LHS, StringRef RHS) {
tools/clang/include/clang/Analysis/RetainSummaryManager.h
  132   bool operator==(const ArgEffect &Other) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h
   34   bool operator==(const DynamicCastInfo &RHS) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
   36   bool operator==(const DynamicTypeInfo &RHS) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
  122   bool operator==(const RangeSet &other) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  128   bool operator==(const SVal &R) const {
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  121   bool operator==(const IteratorPosition &X) const {
  159   bool operator==(const ContainerData &X) const {
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
   52   bool operator==(const LocalizedState &X) const { return K == X.K; }
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
   37   bool operator==(const Request &ToCompare) const {
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
   48     bool operator==(const AllocationState &X) const {
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  157   bool operator==(const RefState &X) const {
  258   bool operator==(const ReallocPair &X) const {
tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
   41   bool operator==(const RegionState &X) const { return K == X.K; }
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  224 bool operator==(NullabilityState Lhs, NullabilityState Rhs) {
tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
   49   bool operator==(const LockState &X) const {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  222   bool operator==(const RefVal& X) const {
tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
   42   bool operator==(const StreamState &X) const {
tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
   39   bool operator==(const StreamState &X) const {
tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
   38   bool operator==(const ZeroState &X) const {
tools/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
   31   bool operator==(const CountKey &RHS) const {
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  181   bool operator==(const ConstructedObjectKey &RHS) const {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
  106   bool operator==(const BindingKey &X) const {
usr/include/c++/7.4.0/bits/basic_string.h
 6017     operator==(const basic_string<_CharT>& __lhs,
usr/include/c++/7.4.0/bits/stl_pair.h
  448     operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)