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

12

/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dtrie-node.h49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, argument
H A Dxray-stacks.cpp262 mergeStackDuration(const StackDuration &Left, const StackDuration &Right) argument
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DAttrIterator.h84 operator ==(specific_attr_iterator Left, specific_attr_iterator Right) argument
93 operator !=(specific_attr_iterator Left, specific_attr_iterator Right) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFormatAdapters.h45 size_t Right; member in class:llvm::detail::final
48 PadAdapter(T &&Item, size_t Left, size_t Right) argument
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DFormatVariadic.cpp108 StringRef Right = Fmt.drop_front(NumEscapedBraces * 2); local
131 StringRef Right = Fmt.substr(BC + 1); local
/openbsd-current/gnu/llvm/clang/tools/diagtool/
H A DDiagnosticNames.cpp48 orderByID(const DiagnosticRecord &Left, const DiagnosticRecord &Right) argument
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp123 gtestComparisonInternal(MacroType Macro, GtestCmp Cmp, StatementMatcher Left, StatementMatcher Right) argument
191 gtestAssert(GtestCmp Cmp, StatementMatcher Left, StatementMatcher Right) argument
196 gtestExpect(GtestCmp Cmp, StatementMatcher Left, StatementMatcher Right) argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.h253 int32_t Right = I - 1; local
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DPostfixExpression.h67 const Node *Right() const { return m_right; } function in class:lldb_private::postfix::BinaryOpNode
68 Node *&Right() { return m_right; } function in class:lldb_private::postfix::BinaryOpNode
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dformatter_float.bench.cpp143 enum class AlignmentE { None, Left, Center, Right, ZeroPadding }; member in class:AlignmentE
H A Dformatter_int.bench.cpp141 enum class AlignmentE { None, Left, Center, Right, ZeroPadding }; member in class:AlignmentE
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h206 PointType Right; member in class:llvm::IntervalData
211 IntervalData(PointType Left, PointType Right, ValueType Value) argument
271 IntervalNode *Right = nullptr; // RS - Right subtree. member in class:llvm::IntervalTree::IntervalNode
545 find_iterator(const IntervalReferences *Left, const IntervalReferences *Right, IntervalNode *Node, PointType Point) argument
610 insert(PointType Left, PointType Right, ValueType Value) argument
[all...]
H A Dilist.h350 void merge(iplist_impl &Right, Compare comp) { argument
356 void merge(iplist_impl &Right) { return merge(Right, op_less); } argument
416 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
[all...]
H A DImmutableSet.h94 ImutAVLTree *Right = T->getRight(); local
/openbsd-current/games/atc/
H A Dinput.c366 Right(char c) function
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerLowering.cpp484 Register Right = MI.getOperand(2).getReg(); local
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp60 BoolValue &Right = V.getRightSubValue(); local
/openbsd-current/sbin/iked/
H A Dsntrup761.c469 static Fq Right(int8 T) function
/openbsd-current/usr.bin/ssh/
H A Dsntrup761.c469 static Fq Right(int8 T) function
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp792 bool Right = (Opc == S2_lsr_i_p || Opc == S2_asr_i_p); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1092 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { argument
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp503 Register Right = createResultReg(&WebAssembly::I32RegClass); local
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp3146 const FormatToken &Right = Tok; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp634 const Value *Left = CI->getOperand(0), *Right = CI->getOperand(1); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1016 Value *Right = Builder.CreateVectorSplat(EC, InitVal); local
902 createSelectCmpOp(IRBuilderBase &Builder, Value *StartVal, RecurKind RK, Value *Left, Value *Right) argument
911 createMinMaxOp(IRBuilderBase &Builder, RecurKind RK, Value *Left, Value *Right) argument

Completed in 463 milliseconds

12