Searched defs:RHS (Results 1 - 25 of 214) sorted by relevance

123456789

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp27 static int SortSymbolPair(const void *LHS, const void *RHS) { 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 isEqual(const clang::BaseSubobject &LHS, const clang::BaseSubobject &RHS) argument
H A DDeclContextInternals.h49 StoredDeclsList(const StoredDeclsList &RHS) : Data(RHS.Data) { argument
61 StoredDeclsList &operator=(const StoredDeclsList &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 isEqual(const unsigned long long& LHS, const unsigned long long& RHS) 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 DSparseBitVector.h437 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) 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
H A DOwningPtr.h77 void swap(OwningPtr &RHS) { argument
139 void swap(OwningArrayPtr &RHS) { argument
H A DPackedVector.h138 const PackedVector &operator=(const PackedVector &RHS) { argument
143 PackedVector &operator|=(const PackedVector &RHS) { argument
148 void swap(PackedVector &RHS) { argument
[all...]
H A DSmallString.h38 SmallString(const SmallString &RHS) : SmallVector<char, InternalLen>(RHS) {} argument
60 void assign(StringRef RHS) { argument
66 void assign(const SmallVectorImpl<char> &RHS) { argument
87 void append(StringRef RHS) { argument
92 append(const SmallVectorImpl<char> &RHS) argument
283 operator =(StringRef RHS) argument
288 operator +=(StringRef RHS) argument
[all...]
H A DTinyPtrVector.h41 TinyPtrVector(const TinyPtrVector &RHS) : Val(RHS.Val) { argument
45 TinyPtrVector &operator=(const TinyPtrVector &RHS) { argument
74 TinyPtrVector(TinyPtrVector &&RHS) argument
77 operator =(TinyPtrVector &&RHS) argument
[all...]
/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/IR/
H A DUse.cpp23 void Use::swap(Use &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
[all...]
H A DTargetRegistry.cpp138 TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, const std::pair<StringRef, const Target *> *RHS) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPConditionalDirectiveRecord.h50 bool operator()(const CondDirectiveLoc &LHS, SourceLocation RHS) { argument
53 bool operator()(SourceLocation LHS, const CondDirectiveLoc &RHS) { argument
46 operator ()(const CondDirectiveLoc &LHS, const CondDirectiveLoc &RHS) argument
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h197 operator ==(const TargetOptions &LHS, const TargetOptions &RHS) argument
222 operator !=(const TargetOptions &LHS, const TargetOptions &RHS) argument
/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp99 const MCExpr *RHS = MCSymbolRefExpr::Create(RSym, 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, FileOffset RHS) { 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.cpp265 Constant *RHS = cast<ConstantInt>(Inst->getOperand(1)); local
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp18 void BitstreamCursor::operator=(const BitstreamCursor &RHS) { argument

Completed in 133 milliseconds

123456789