|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/ADT/Optional.h 282 bool operator==(const Optional<T> &X, const Optional<U> &Y) {
include/llvm/ADT/SmallVector.h 653 bool operator==(const SmallVectorImpl &RHS) const {
include/llvm/ADT/StringRef.h 886 inline bool operator==(StringRef LHS, StringRef RHS) {
include/llvm/ADT/ilist_iterator.h 145 friend bool operator==(const ilist_iterator &LHS, const ilist_iterator &RHS) {
include/llvm/ADT/iterator.h 263 bool operator==(const DerivedT &RHS) const { return I == RHS.I; }
include/llvm/Analysis/VectorUtils.h 85 bool operator==(const VFShape &Other) const {
include/llvm/Support/Alignment.h 306 inline bool operator==(Align Lhs, Align Rhs) {
include/llvm/Support/LowLevelTypeImpl.h 175 bool operator==(const LLT &RHS) const {
tools/clang/include/clang/Basic/SourceLocation.h 47 bool operator==(const FileID &RHS) const { return ID == RHS.ID; }
183 inline bool operator==(const SourceLocation &LHS, const SourceLocation &RHS) {
tools/clang/include/clang/Tooling/CompilationDatabase.h 67 friend bool operator==(const CompileCommand &LHS, const CompileCommand &RHS) {
tools/clang/tools/extra/clang-doc/Representation.h 130 bool operator==(const Reference &Other) const {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.cpp 78 bool SymbolInfo::operator==(const SymbolInfo &Symbol) const {
110 bool SymbolInfo::Signals::operator==(const Signals &RHS) const {
tools/clang/tools/extra/clangd/FindTarget.h 157 friend bool operator==(DeclRelationSet L, DeclRelationSet R) {
tools/clang/tools/extra/clangd/Protocol.h 136 friend bool operator==(const Position &LHS, const Position &RHS) {
163 friend bool operator==(const Range &LHS, const Range &RHS) {
tools/clang/tools/extra/clangd/index/SymbolID.h 36 bool operator==(const SymbolID &Sym) const {
tools/clang/tools/extra/clangd/index/SymbolLocation.h 66 inline bool operator==(const SymbolLocation::Position &L,
76 inline bool operator==(const SymbolLocation &L, const SymbolLocation &R) {
usr/include/c++/7.4.0/array 252 operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
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_iterator.h 302 operator==(const reverse_iterator<_Iterator>& __x,
869 operator==(const __normal_iterator<_Iterator, _Container>& __lhs,
usr/include/c++/7.4.0/bits/stl_list.h 190 operator==(const _Self& __x) const _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/stl_vector.h 1601 operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)