Searched defs:Right (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAranges.h63 static bool SortedOverlapCheck(const Range &Left, const Range &Right) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DAttrIterator.h99 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/include/llvm/Support/
H A DCFG.h182 inline Self& operator+=(int Right) { argument
189 inline Self operator+(int Right) { argument
195 inline Self& operator-=(int Right) { argument
199 inline Self operator-(int Right) { argument
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/clang/lib/Format/
H A DTokenAnnotator.cpp1129 const FormatToken &Right = Tok; local
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...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A Dilist.h717 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
H A DImmutableSet.h91 ImutAVLTree *Right = T->getRight(); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1057 const Expr *Right = CE->getArg(1); local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp240 reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right) argument
911 ValueList Left, Right; local
[all...]
H A DLoopVectorize.cpp2031 createMinMaxOp(IRBuilder< &Builder, LoopVectorizationLegality::MinMaxReductionKind RK, Value *Left, Value *Right) argument

Completed in 127 milliseconds