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

/freebsd-11.0-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-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsnames.c210 char c, *Left, *Right; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp570 createMinMaxOp(IRBuilder< &Builder, MinMaxRecurrenceKind RK, Value *Left, Value *Right) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp1713 const FormatToken &Right = Tok; local
1874 spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left, const FormatToken &Right) argument
2007 spaceRequiredBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
2147 mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
2258 canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp988 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { argument
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableSet.h91 ImutAVLTree *Right = T->getRight(); local
H A Dilist.h645 void merge(iplist &Right, Compare comp) { argument
662 void merge(iplist &Right) { return merge(Right, op_less); } argument
795 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp769 bool Right = (Opc == S2_lsr_i_p || Opc == S2_asr_i_p); local
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h212 inline Self &operator+=(int Right) { argument
225 inline Self &operator-=(int Right) { return operator+=(-Right); } argument
H A DPatternMatch.h90 match_combine_or(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} argument
105 match_combine_and(const LTy &Left, const RTy &Right) : L(Left), R(Right) {} argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1151 const Expr *Right = CE->getArg(1); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp582 const Value *Left = CI->getOperand(0), *Right = CI->getOperand(1); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1291 ValueList Left, Right; local
1444 ValueList Left, Right; local
1899 reorderAltShuffleOperands(ArrayRef<Value *> VL, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right) argument
1950 shouldReorderOperands(int i, Instruction &I, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right, bool AllSameOpcodeLeft, bool AllSameOpcodeRight, bool SplatLeft, bool SplatRight) argument
2013 reorderInputsAccordingToOpcode(ArrayRef<Value *> VL, SmallVectorImpl<Value *> &Left, SmallVectorImpl<Value *> &Right) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1700 llvm::Value *Right = EmitScalarExpr(RightArg); local

Completed in 400 milliseconds