Searched refs:Right (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttrIterator.h100 specific_attr_iterator Right) {
101 assert((Left.Current == 0) == (Right.Current == 0));
102 if (Left.Current < Right.Current)
103 Left.AdvanceToNext(Right.Current);
105 Right.AdvanceToNext(Left.Current);
106 return Left.Current == Right.Current;
109 specific_attr_iterator Right) {
110 return !(Left == Right);
99 operator ==(specific_attr_iterator Left, specific_attr_iterator Right) argument
108 operator !=(specific_attr_iterator Left, specific_attr_iterator Right) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp1129 const FormatToken &Right = Tok; local
1135 if (Right.is(tok::l_square))
1138 if (Right.Type == TT_StartOfName || Right.is(tok::kw_operator)) {
1139 if (Line.First->is(tok::kw_for) && Right.PartOfMultiVariableDeclStmt)
1143 if (InFunctionDecl && Right.BindingStrength == 1)
1148 if (Left.is(tok::equal) && Right.is(tok::l_brace))
1161 if (Right.isMemberAccess()) {
1170 (Right.is(tok::kw_const) || (Right
1215 spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left, const FormatToken &Right) argument
1382 mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
1415 canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
[all...]
H A DTokenAnnotator.h117 const FormatToken &Right);
121 bool mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
123 bool canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right);
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h63 static bool SortedOverlapCheck(const Range &Left, const Range &Right) { argument
64 if (Left.CUOffset != Right.CUOffset)
66 return Left.HighPC() >= Right.LowPC;
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCFG.h182 inline Self& operator+=(int Right) { argument
183 unsigned new_idx = idx + Right;
189 inline Self operator+(int Right) { argument
191 tmp += Right;
195 inline Self& operator-=(int Right) { argument
196 return operator+=(-Right);
199 inline Self operator-(int Right) { argument
200 return operator+(-Right);
H A DPatternMatch.h86 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } argument
103 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) { } argument
/freebsd-9.3-release/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.h34 /// Right are IR "containers" of some sort which are being
37 virtual void enterContext(Value *Left, Value *Right) = 0;
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DImmutableIntervalMap.h133 this->Right(T));
136 add_internal(V, this->Right(T)));
160 this->Value(T), this->Right(T));
163 removeOverlap(this->Right(T), K, Changed));
H A Dilist.h717 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
718 Left.swap(Right);
H A DImmutableSet.h91 ImutAVLTree *Right = T->getRight(); local
92 while (Right) { T = Right; Right = T->getRight(); }
516 assert(!isEmpty(R) && "Right tree cannot be empty to have a height >= 2");
/freebsd-9.3-release/contrib/less/
H A Dscreen.c735 sys_width = scr.srWindow.Right - scr.srWindow.Left + 1;
1507 size.X = scr.srWindow.Right - scr.srWindow.Left + 1;
1639 rcClip.Right = csbi.srWindow.Right;
1693 rcSrc.Right = csbi.srWindow.Right;
1699 rcClip.Right = rcSrc.Right;
1780 rcSrc.Right = csbi.srWindow.Right;
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp650 DiagList Right(d2_begin, d2_end);
658 for (II = Right.begin(), IE = Right.end(); II != IE; ++II) {
676 Right.erase(II);
680 // Now all that's left in Right are those that were not matched.
682 num += PrintUnexpected(Diags, &SourceMgr, Right.begin(), Right.end(), Label);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp242 SmallVectorImpl<Value *> &Right) {
298 Right.push_back(I0);
299 } else if (i && I0->getOpcode() > I1->getOpcode() && Right[i-1] != I1) {
302 Right.push_back(I0);
303 } else if (i && I0->getOpcode() == I1->getOpcode() && Right[i-1] == I0) {
306 Right.push_back(I0);
310 Right.push_back(I0);
313 Right.push_back(I1);
320 Right.push_back(I0);
324 Right
240 reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right) argument
911 ValueList Left, Right; local
[all...]
H A DLoopVectorize.cpp2034 Value *Right) {
2062 Cmp = Builder.CreateFCmp(P, Left, Right, "rdx.minmax.cmp");
2064 Cmp = Builder.CreateICmp(P, Left, Right, "rdx.minmax.cmp");
2066 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select");
2031 createMinMaxOp(IRBuilder< &Builder, LoopVectorizationLegality::MinMaxReductionKind RK, Value *Left, Value *Right) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DAttributeList.h655 AttributeList *Right) {
657 return Right;
664 prev->setNext(Right);
688 /// Right now this is a very lightweight container, but the expectation
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp7263 for (unsigned Right = FirstPromotedArithmeticType;
7264 Right < LastPromotedArithmeticType; ++Right) {
7266 getArithmeticType(Right) };
7269 : getUsualArithmeticConversions(Left, Right);
7318 for (unsigned Right = FirstPromotedIntegralType;
7319 Right < LastPromotedIntegralType; ++Right) {
7321 getArithmeticType(Right) };
7324 : getUsualArithmeticConversions(Left, Right);
[all...]
H A DSemaChecking.cpp2007 StringLiteralCheckType Right =
2011 return Left < Right ? Left : Right;
4644 // Right shift by a constant can narrow its left argument.
H A DSemaExpr.cpp3925 // Append all the objects to the cleanup list. Right now, this
7227 llvm::APSInt Right;
7230 !RHS.get()->isIntegerConstantExpr(Right, S.Context))
7233 if (Right.isNegative()) {
7239 llvm::APInt LeftBits(Right.getBitWidth(),
7241 if (Right.uge(LeftBits)) {
7260 static_cast<llvm::APInt&>(Right) + Left.getMinSignedBits();
7264 Result = Result.shl(Right);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1057 const Expr *Right = CE->getArg(1); local
1090 state->getSVal(Right, LCtx).castAs<DefinedOrUnknownSVal>();
1113 state = CheckBufferAccess(C, state, Size, Left, Right);
/freebsd-9.3-release/contrib/nvi/tk/
H A Dinit.tcl113 bind .t <Right> {tk_key_enter "l"; break}
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex1297 % their "best" equivalent, based on the @documentencoding. Right
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex1393 % their "best" equivalent, based on the @documentencoding. Right
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex1298 % their "best" equivalent, based on the @documentencoding. Right

Completed in 635 milliseconds