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/TableGen/Record.h
 1770   bool operator()(const Record *LHS, const Record *RHS) const {
tools/clang/include/clang/AST/TypeOrdering.h
   29   bool operator()(QualType T1, QualType T2) const {
tools/clang/lib/AST/ExprConstant.cpp
  726     bool operator()(DynamicAllocLValue L, DynamicAllocLValue R) const {
tools/clang/lib/Format/Format.cpp
 1663     bool operator()(const FormatToken *LHS, const FormatToken *RHS) const {
tools/clang/tools/extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
   27     bool operator()(const SourceRange &L, const SourceRange &R) const {
usr/include/c++/7.4.0/bits/shared_ptr_base.h
 1518       operator()(const _Sp& __lhs, const _Sp& __rhs) const noexcept
 1748       operator()(const _Tp& __lhs, const _Tp& __rhs) const noexcept
usr/include/c++/7.4.0/bits/stl_function.h
  385       operator()(const _Tp& __x, const _Tp& __y) const
usr/include/c++/7.4.0/bits/stl_tree.h
  708       _Rb_tree_impl<_Compare> _M_impl;