Searched defs:LHS (Results 1 - 25 of 197) sorted by relevance

12345678

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { argument
H A DLatencyPriorityQueue.cpp22 bool latency_sort::operator()(const SUnit *LHS, const SUnit *RHS) const { argument
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DYAML.h95 inline bool operator==(const BinaryRef &LHS, const BinaryRef &RHS) { argument
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeOrdering.h53 static bool isEqual(clang::QualType LHS, clang::QualType RHS) { argument
73 static bool isEqual(clang::CanQualType LHS, clang::CanQualType RHS) { argument
H A DBaseSubobject.h46 friend bool operator==(const BaseSubobject &LHS, const BaseSubobject &RHS) { argument
74 static bool isEqual(const clang::BaseSubobject &LHS, argument
H A DGlobalDecl.h72 friend bool operator==(const GlobalDecl &LHS, const GlobalDecl &RHS) { argument
110 static bool isEqual(clang::GlobalDecl LHS, argument
H A DRawCommentList.h171 bool operator()(const RawComment &LHS, const RawComment &RHS) { argument
175 bool operator()(const RawComment *LHS, const RawComment *RHS) { argument
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DDenseMapInfo.h47 static bool isEqual(const T *LHS, const T *RHS) { return LHS == RHS; } argument
55 static bool isEqual(const char &LHS, const char &RHS) { argument
65 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { argument
77 static bool isEqual(const unsigned long& LHS, const unsigned long& RHS) { argument
89 static bool isEqual(const unsigned long long& LHS, argument
100 isEqual(const int& LHS, const int& RHS) argument
114 isEqual(const long& LHS, const long& RHS) argument
126 isEqual(const long long& LHS, const long long& RHS) argument
160 isEqual(const Pair &LHS, const Pair &RHS) argument
[all...]
H A DArrayRef.h311 inline bool operator==(ArrayRef<T> LHS, ArrayRef<T> RHS) { argument
316 inline bool operator!=(ArrayRef<T> LHS, ArrayRef<T> RHS) { argument
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DDebugLoc.h110 static bool isEqual(DebugLoc LHS, DebugLoc RHS) { return LHS == RHS; } argument
/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
H A DValueMapper.h65 static inline RemapFlags operator|(RemapFlags LHS, RemapFlags RHS) { argument
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDeltaAlgorithm.cpp32 changeset_ty LHS, RHS; local
H A DStringRef.cpp42 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { argument
H A DStatistic.cpp90 bool operator()(const Statistic *LHS, const Statistic *RHS) const { argument
H A DTargetRegistry.cpp138 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, argument
/freebsd-10-stable/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp644 bool operator()(const char *LHS, StringRef RHS) const { argument
651 bool operator()(StringRef LHS, const char *RHS) const { return LHS < RHS; } argument
652 bool operator()(StringRef LHS, StringRef RHS) const { return LHS < RHS; } argument
653 bool operator()(const char *LHS, const char *RHS) const { argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h46 bool operator()(const CondDirectiveLoc &LHS, argument
50 bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) { argument
53 bool operator()(SourceLocation LHS, const CondDirectiveLoc &RHS) { argument
80 bool areInDifferentConditionalDirectiveRegion(SourceLocation LHS, argument
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h197 inline bool operator==(const TargetOptions &LHS, argument
222 inline bool operator!=(const TargetOptions &LHS, argument
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCExternalSymbolizer.cpp100 const MCExpr *LHS; local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp87 const MCExpr *LHS = MCSymbolRefExpr::Create(Sym, Ctx); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Edit/
H A DFileOffset.h37 friend bool operator==(FileOffset LHS, FileOffset RHS) { argument
40 friend bool operator!=(FileOffset LHS, FileOffset RHS) { argument
43 friend bool operator<(FileOffset LHS, FileOffset RHS) { argument
48 friend bool operator>(FileOffset LHS, FileOffse argument
53 operator >=(FileOffset LHS, FileOffset RHS) argument
56 operator <=(FileOffset LHS, FileOffset RHS) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DPHITransAddr.cpp269 Value *LHS = PHITranslateSubExpr(Inst->getOperand(0), CurBB, PredBB, DT); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h85 friend bool operator==(const ReturnAdjustment &LHS, argument
90 friend bool operator!=(const ReturnAdjustment &LHS, const ReturnAdjustment &RHS) { argument
94 friend bool operator<(const ReturnAdjustment &LHS, argument
153 friend bool operator==(const ThisAdjustment &LHS, argument
158 operator !=(const ThisAdjustment &LHS, const ThisAdjustment &RHS) argument
162 operator <(const ThisAdjustment &LHS, const ThisAdjustment &RHS) argument
195 operator ==(const ThunkInfo &LHS, const ThunkInfo &RHS) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h150 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS, argument

Completed in 380 milliseconds

12345678