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

Definitions

gen/lib/Target/AArch64/AArch64GenAsmMatcher.inc
12671     bool operator()(const MatchEntry &LHS, StringRef RHS) {
27614     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/AMDGPU/AMDGPUGenAsmMatcher.inc
11064     bool operator()(const MatchEntry &LHS, StringRef RHS) {
24143     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/ARM/ARMGenAsmMatcher.inc
10189     bool operator()(const MatchEntry &LHS, StringRef RHS) {
15332     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/AVR/AVRGenAsmMatcher.inc
 1110     bool operator()(const MatchEntry &LHS, StringRef RHS) {
 1467     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/BPF/BPFGenAsmMatcher.inc
  755     bool operator()(const MatchEntry &LHS, StringRef RHS) {
gen/lib/Target/Hexagon/HexagonGenAsmMatcher.inc
 7566     bool operator()(const MatchEntry &LHS, StringRef RHS) {
gen/lib/Target/Lanai/LanaiGenAsmMatcher.inc
  925     bool operator()(const MatchEntry &LHS, StringRef RHS) {
 1251     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/MSP430/MSP430GenAsmMatcher.inc
  696     bool operator()(const MatchEntry &LHS, StringRef RHS) {
gen/lib/Target/Mips/MipsGenAsmMatcher.inc
 5401     bool operator()(const MatchEntry &LHS, StringRef RHS) {
 8285     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/PowerPC/PPCGenAsmMatcher.inc
 4454     bool operator()(const MatchEntry &LHS, StringRef RHS) {
gen/lib/Target/RISCV/RISCVGenAsmMatcher.inc
 1905     bool operator()(const MatchEntry &LHS, StringRef RHS) {
 2603     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/Sparc/SparcGenAsmMatcher.inc
 2467     bool operator()(const MatchEntry &LHS, StringRef RHS) {
 4347     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/SystemZ/SystemZGenAsmMatcher.inc
 2762     bool operator()(const MatchEntry &LHS, StringRef RHS) {
 5542     bool operator()(const OperandMatchEntry &LHS, StringRef RHS) {
gen/lib/Target/WebAssembly/WebAssemblyGenAsmMatcher.inc
  560     bool operator()(const MatchEntry &LHS, StringRef RHS) {
gen/lib/Target/X86/X86GenAsmMatcher.inc
 7951     bool operator()(const MatchEntry &LHS, StringRef RHS) {
include/llvm/ADT/STLExtras.h
  962   template <typename T> bool operator()(const T &lhs, const T &rhs) const {
  970   template <typename T> bool operator()(const T &lhs, const T &rhs) const {
  982   auto operator()(const T &lhs, const T &rhs) const
 1389   auto operator()(A &lhs, B &rhs) const -> decltype(func(*lhs, *rhs)) {
include/llvm/Support/GenericDomTreeConstruction.h
  632       bool operator()(TreeNodePtr LHS, TreeNodePtr RHS) const {
include/llvm/TableGen/Record.h
 1760   bool operator()(const Record *Rec1, const Record *Rec2) const {
 1778   bool operator()(const Record *Rec1, const Record *Rec2) const {
 1818   bool operator()(const Record *Rec1, const Record *Rec2) const {
lib/Analysis/ScalarEvolutionExpander.cpp
  661   bool operator()(std::pair<const Loop *, const SCEV *> LHS,
lib/CodeGen/MachinePipeliner.cpp
  996   bool operator()(const MachineInstr *IS1, const MachineInstr *IS2) const {
lib/CodeGen/MachineScheduler.cpp
 3475   bool operator()(const SUnit *A, const SUnit *B) const {
 3587   bool operator()(SUnit *A, SUnit *B) const {
lib/CodeGen/RegAllocBasic.cpp
   48     bool operator()(LiveInterval *A, LiveInterval *B) const {
lib/CodeGen/StackSlotColoring.cpp
  146   bool operator()(LiveInterval* LHS, LiveInterval* RHS) const {
lib/Target/Hexagon/BitTracker.cpp
  766 bool BT::UseQueueType::Cmp::operator()(const MachineInstr *InstA,
lib/Target/Hexagon/HexagonGenInsert.cpp
  219     bool operator() (unsigned VR1, unsigned VR2) const {
  323 bool RegisterCellLexCompare::operator() (unsigned VR1, unsigned VR2) const {
  350 bool RegisterCellBitCompareSel::operator() (unsigned VR1, unsigned VR2) const {
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  571   bool operator() (const InsnMatchEntry &LHS, StringRef RHS) {
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp
  196   bool operator()(const MachineBasicBlock *A,
  210   bool operator()(const MachineBasicBlock *A,
lib/Target/X86/X86FrameLowering.cpp
 3039   inline bool operator()(const X86FrameSortingObject &A,
lib/Transforms/Utils/LowerSwitch.cpp
  119     bool operator()(const LowerSwitch::CaseRange& C1,
lib/Transforms/Utils/PredicateInfo.cpp
  133   bool operator()(const ValueDFS &A, const ValueDFS &B) const {
tools/clang/include/clang/Basic/SourceManager.h
 1873   bool operator()(SourceLocation LHS, SourceLocation RHS) const {
tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h
   49       bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) {
tools/clang/include/clang/Serialization/ContinuousRangeMap.h
   60     bool operator ()(const_reference L, const_reference R) const {
tools/clang/lib/Analysis/PostOrderCFGView.cpp
   41 bool PostOrderCFGView::BlockOrderCompare::operator()(const CFGBlock *b1,
tools/clang/lib/Format/WhitespaceManager.cpp
   20 bool WhitespaceManager::Change::IsBeforeInFile::operator()(
tools/clang/lib/Index/CommentToXML.cpp
   30   bool operator()(const ParamCommandComment *LHS,
   57   bool operator()(const TParamCommandComment *LHS,
tools/clang/lib/Sema/SemaLookup.cpp
   76       bool operator()(const UnqualUsingEntry &L, const UnqualUsingEntry &R) {
   80       bool operator()(const UnqualUsingEntry &E, const DeclContext *DC) {
tools/clang/lib/Sema/SemaOverload.cpp
10835   bool operator()(const OverloadCandidate *L,
11156   bool operator()(const TemplateSpecCandidate *L,
tools/clang/lib/Sema/SemaStmt.cpp
  605     bool operator()(const std::pair<llvm::APSInt, CaseStmt*> &LHS,
tools/clang/lib/Serialization/ASTReader.cpp
 7995   bool operator()(LocalDeclID L, SourceLocation RHS) const {
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2470     bool operator()(const ReportNewNodePair &LHS,
tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp
  209     bool operator() (const QueueItem &LHS, const QueueItem &RHS) {
  271     bool operator() (const QueueItem &LHS, const QueueItem &RHS) {
tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp
   44   bool operator()(const T &Lhs, const T &Rhs) {
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  713   bool operator()(NodeId Id1, NodeId Id2) const {
tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
   84   bool operator()(std::pair<StringRef, size_t> Value, StringRef Key) const {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  701   bool operator()(const ClangTidyError &LHS, const ClangTidyError &RHS) const {
tools/clang/tools/extra/clangd/CodeComplete.cpp
  234   bool operator()(const ScoredBundle &L, const ScoredBundle &R) {
tools/clang/tools/extra/clangd/FindSymbols.cpp
   33   bool operator()(const ScoredSymbolInfo &L, const ScoredSymbolInfo &R) {
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
 1013     bool operator()(const CXCompletionResult &XR, 
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
  490 bool Util::SegmentSorter::operator()(const SegmentInfo *left,
  507 bool Util::TextSectionSorter::operator()(const SectionInfo *left,
  978 bool Util::AtomSorter::operator()(const AtomAndIndex &left,
tools/lldb/include/lldb/Core/UniqueCStringMap.h
  180     bool operator()(const Entry &lhs, const Entry &rhs) {
  184     bool operator()(const Entry &lhs, ConstString rhs) {
tools/lldb/source/Symbol/Symtab.cpp
  539   bool operator()(uint32_t index_a, uint32_t index_b) {
tools/llvm-objdump/MachODump.cpp
  237   bool operator()(const SymbolRef &A, const SymbolRef &B) {
usr/include/c++/7.4.0/bits/predefined_ops.h
  155       _Compare _M_comp;
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
utils/TableGen/CodeGenSchedule.cpp
  133         bool operator()(const CodeGenInstruction *LHS, StringRef RHS) {
utils/TableGen/DAGISelEmitter.cpp
   81   bool operator()(const PatternToMatch *LHS, const PatternToMatch *RHS) {
utils/TableGen/SubtargetEmitter.cpp
   65     bool operator()(const MCWriteProcResEntry &LHS,