Searched defs:RHS (Results 26 - 50 of 214) sorted by relevance

123456789

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h90 friend bool operator!=(const ReturnAdjustment &LHS, const ReturnAdjustment &RHS) { argument
85 operator ==(const ReturnAdjustment &LHS, const ReturnAdjustment &RHS) argument
94 operator <(const ReturnAdjustment &LHS, const ReturnAdjustment &RHS) argument
153 operator ==(const ThisAdjustment &LHS, const ThisAdjustment &RHS) 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.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp72 Expr *RHS = ME->getArg(0); local
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DPHITransAddr.cpp265 Constant *RHS = cast<ConstantInt>(Inst->getOperand(1)); local
/freebsd-10.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp18 void BitstreamCursor::operator=(const BitstreamCursor &RHS) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
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 DDenseSet.h53 void swap(DenseSet& RHS) { argument
57 DenseSet &operator=(const DenseSet &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...]
H A DAPSInt.h36 APSInt &operator=(const APSInt &RHS) { argument
42 APSInt &operator=(const APInt &RHS) { argument
48 APSInt &operator=(uint64_t RHS) { argument
89 const APSInt &operator%=(const APSInt &RHS) { argument
97 operator /=(const APSInt &RHS) argument
180 operator +=(const APSInt& RHS) argument
185 operator -=(const APSInt& RHS) argument
190 operator *=(const APSInt& RHS) argument
195 operator &=(const APSInt& RHS) argument
200 operator |=(const APSInt& RHS) argument
205 operator ^=(const APSInt& RHS) argument
[all...]
H A DBitVector.h89 BitVector(const BitVector &RHS) : Size(RHS.size()) { argument
102 BitVector(BitVector &&RHS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DTimer.h54 void operator+=(const TimeRecord &RHS) { argument
60 void operator-=(const TimeRecord &RHS) { argument
90 Timer(const Timer &RHS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp80 bool operator()(const PatternToMatch *LHS, const PatternToMatch *RHS) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftVBTables.cpp121 static bool pathCompare(VBTablePath *LHS, VBTablePath *RHS) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendActions.cpp126 operator+=(SmallVectorImpl<char> &Includes, StringRef RHS) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp56 DeltaTreeNode *LHS, *RHS; member in struct:__anon3332::DeltaTreeNode::InsertResult
390 DeltaTree::DeltaTree(const DeltaTree &RHS) { argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp235 const Expr *RHS = B->getRHS()->IgnoreParenCasts(); local
272 const Expr *RHS = local
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h215 isEqual(const clang::CharUnits &LHS, const clang::CharUnits &RHS) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h81 void operator=(const RopePiece &RHS) { argument
194 RewriteRope(const RewriteRope &RHS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h464 evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, SVal LHS, SVal RHS, QualType T) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclarationName.cpp80 int DeclarationName::compare(DeclarationName LHS, DeclarationName RHS) { argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp86 BinaryOperator *ASTMaker::makeAssignment(const Expr *LHS, const Expr *RHS, argument
93 BinaryOperator *ASTMaker::makeComparison(const Expr *LHS, const Expr *RHS, argument
/freebsd-10.3-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp181 operator ()(const std::pair<const Value*, unsigned> &LHS, const std::pair<const Value*, unsigned> &RHS) argument
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp286 Value *RHS = Builder.CreateAnd(VShift, MaskCst, "cppop.and2"); local
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCExpr.cpp712 int64_t LHS = LHSValue.getConstant(), RHS = RHSValue.getConstant(); local
142 Create(Opcode Opc, const MCExpr *LHS, const MCExpr *RHS, MCContext &Ctx) argument
[all...]

Completed in 282 milliseconds

123456789