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

Definitions

include/llvm/ADT/STLExtras.h
 1389   auto operator()(A &lhs, B &rhs) const -> decltype(func(*lhs, *rhs)) {
include/llvm/CodeGen/ValueTypes.h
  400       bool operator()(EVT L, EVT R) const {
include/llvm/TableGen/Record.h
 1770   bool operator()(const Record *LHS, const Record *RHS) const {
lib/Analysis/ScalarEvolution.cpp
 2580         bool operator()(const APInt &LHS, const APInt &RHS) const {
tools/clang/include/clang/AST/TypeOrdering.h
   29   bool operator()(QualType T1, QualType T2) const {
tools/clang/tools/extra/clangd/Protocol.h
  688   bool operator()(const Diagnostic &LHS, const Diagnostic &RHS) const {
tools/lldb/include/lldb/Core/Address.h
  198     bool operator()(const Address &a, const Address &b) const {
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1518       operator()(const _Sp& __lhs, const _Sp& __rhs) const noexcept
usr/include/c++/7.4.0/bits/stl_function.h
  375       operator()(const _Tp& __x, const _Tp& __y) const
  385       operator()(const _Tp& __x, const _Tp& __y) const
  462 	operator()(_Tp&& __t, _Up&& __u) const
usr/include/c++/7.4.0/bits/stl_map.h
 1135       key_comp() const
utils/TableGen/AsmMatcherEmitter.cpp
 1202   bool operator() (const RegisterSet &LHS, const RegisterSet & RHS) const {