|
reference, declaration → definition
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/FaultMaps.h 66 bool operator()(const MCSymbol *LHS, const MCSymbol *RHS) const {
include/llvm/CodeGen/ValueTypes.h 400 bool operator()(EVT L, EVT R) const {
include/llvm/ProfileData/SampleProf.h 210 bool operator()(const CallTarget &LHS, const CallTarget &RHS) 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 {
lib/Target/SystemZ/SystemZMachineScheduler.h 74 bool operator() (SUnit *lhs, SUnit *rhs) const {
lib/Transforms/IPO/MergeFunctions.cpp 218 bool operator()(const FunctionNode &LHS, const FunctionNode &RHS) const {
lib/Transforms/Scalar/LoopFuse.cpp 352 bool operator()(const FusionCandidate &LHS,
lib/Transforms/Utils/SimplifyCFG.cpp 940 bool operator()(const ConstantInt *LHS, const ConstantInt *RHS) const {
lib/Transforms/Vectorize/SLPVectorizer.cpp 4868 bool operator()(ScheduleData *SD1, ScheduleData *SD2) const {
tools/clang/include/clang/AST/TypeOrdering.h 29 bool operator()(QualType T1, QualType T2) const {
tools/clang/include/clang/Basic/SourceLocation.h 419 bool operator()(const FullSourceLoc& lhs, const FullSourceLoc& rhs) 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/lib/Format/UnwrappedLineFormatter.cpp 902 bool operator()(LineState *obj1, LineState *obj2) const {
tools/clang/tools/extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h 27 bool operator()(const SourceRange &L, const SourceRange &R) 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 {
tools/llvm-objcopy/ELF/Object.cpp 2198 bool IHexWriter::SectionCompare::operator()(const SectionBase *Lhs,
tools/llvm-objcopy/ELF/Object.h 425 bool operator()(const SectionBase *Lhs, const SectionBase *Rhs) 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 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_tree.h 708 _Rb_tree_impl<_Compare> _M_impl;
utils/TableGen/AsmMatcherEmitter.cpp 1202 bool operator() (const RegisterSet &LHS, const RegisterSet & RHS) const {
utils/TableGen/AsmWriterEmitter.cpp 745 bool operator()(const ValueType &LHS, const ValueType &RHS) const {
utils/TableGen/IntrinsicEmitter.cpp 549 bool operator()(const CodeGenIntrinsic *L, const CodeGenIntrinsic *R) const {
utils/TableGen/SequenceToOffsetTable.h 41 bool operator()(const SeqT &A, const SeqT &B) const {
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h 532 bool operator()(const Expectation& lhs, const Expectation& rhs) const {