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

123

/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DInPC.pl21 903 Right
23 93B Right
25 93E Right
27 940 Right
30 949 94C Right
33 94F Right
40 982 983 Right
42 9BE Right
44 9C0 Right
49 9D7 Right
[all...]
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp3146 const FormatToken &Right = Tok; local
3153 if (Right.isOneOf(Keywords.kw_extends, Keywords.kw_throws))
3155 if (Right.is(Keywords.kw_implements))
3160 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma))
3165 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}"))) {
3169 if (Left.opensScope() && Right.closesScope())
3172 if (Right.is(tok::l_square))
3174 if (Right.is(tok::period))
3178 if (Right
[all...]
H A DTokenAnnotator.h189 bool spaceRequiredBeforeParens(const FormatToken &Right) const;
192 const FormatToken &Right) const;
195 const FormatToken &Right) const;
198 const FormatToken &Right) const;
201 const FormatToken &Right) const;
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DAttrIterator.h85 specific_attr_iterator Right) {
86 assert((Left.Current == nullptr) == (Right.Current == nullptr));
87 if (Left.Current < Right.Current)
88 Left.AdvanceToNext(Right.Current);
90 Right.AdvanceToNext(Left.Current);
91 return Left.Current == Right.Current;
94 specific_attr_iterator Right) {
95 return !(Left == Right);
84 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/tools/llvm-xray/
H A Dtrie-node.h49 mergeTrieNodes(const TrieNode<T> &Left, const TrieNode<T> &Right, argument
56 assert(Left.FuncId == Right.FuncId);
58 Left.FuncId, NewParent, {}, MergeFn(Left.ExtraData, Right.ExtraData)});
72 for (auto *Callee : Right.Callees) {
/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
49 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
55 Stream.indent(Right);
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { argument
93 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
H A DFormatCommon.h17 enum class AlignStyle { Left, Center, Right };
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DFormatVariadic.cpp21 return AlignStyle::Right;
30 Where = AlignStyle::Right;
66 AlignStyle Where = AlignStyle::Right;
108 StringRef Right = Fmt.drop_front(NumEscapedBraces * 2); local
109 return std::make_pair(ReplacementItem{Middle}, Right);
131 StringRef Right = Fmt.substr(BC + 1); local
135 return std::make_pair(*RI, Right);
/openbsd-current/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.h250 // LeftBoundary Left Right Left+I Right+I
253 int32_t Right = I - 1; local
256 while (Right + I < Context.size()) {
274 int32_t Left = Right;
282 // Don't need to recheck the data before Right
283 LeftBoundary = Right + 1;
286 Right += I;
289 std::copy(BeginIter + Right + 1, BeginIter + Left + I + 1,
291 End += Left + I - Right;
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h52 // void insert(PointT Left, PointT Right, ValueT Value);
100 // RS: Right subtree.
160 // void insert(PointT Left, PointT Right, ValueT Value);
161 // Left, Right: the interval left and right limits.
195 /// An interval data composed by a \a Left and \a Right points and an
206 PointType Right; member in class:llvm::IntervalData
211 IntervalData(PointType Left, PointType Right, ValueType Value) argument
212 : Left(Left), Right(Right), Value(Value) {
213 assert(Left <= Right
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
351 if (this == &Right)
353 this->transferNodesFromList(Right, Right.begin(), Right.end());
354 base_list_type::merge(Right, comp);
356 void merge(iplist_impl &Right) { return merge(Right, op_less); } argument
416 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
417 Left.swap(Right);
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp71 std::tuple<std::string, StringRef, uint32_t, LVOffset> Right(
73 return Left < Right;
83 std::tuple<uint32_t, StringRef, std::string, LVOffset> Right(
85 return Left < Right;
95 std::tuple<StringRef, uint32_t, std::string, LVOffset> Right(
97 return Left < Right;
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h46 StatementMatcher Right);
55 StatementMatcher Right);
/openbsd-current/gnu/llvm/clang/tools/diagtool/
H A DDiagnosticNames.cpp49 const DiagnosticRecord &Right) {
50 return Left.DiagID < Right.DiagID;
48 orderByID(const DiagnosticRecord &Left, const DiagnosticRecord &Right) argument
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp124 StatementMatcher Right) {
127 hasArgument(3, Right));
192 StatementMatcher Right) {
193 return gtestComparisonInternal(MacroType::Assert, Cmp, Left, Right);
197 StatementMatcher Right) {
198 return gtestComparisonInternal(MacroType::Expect, Cmp, Left, Right);
123 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-diff/lib/
H A DDiffConsumer.h34 /// Right are IR "containers" of some sort which are being
37 virtual void enterContext(const Value *Left, const Value *Right) = 0;
/openbsd-current/gnu/llvm/clang/lib/Tooling/Transformer/
H A DParsing.cpp230 auto Right = ParseElement(P->State);
231 if (!Right)
232 return Right.takeError();
234 P = parseChar(')', Right->State);
239 Op(std::move(Left->Value), std::move(Right->Value)));
/openbsd-current/games/atc/
H A Dextern.h118 const char *Right(char);
/openbsd-current/gnu/llvm/libcxx/benchmarks/
H A Dformatter_float.bench.cpp143 enum class AlignmentE { None, Left, Center, Right, ZeroPadding }; member in class:AlignmentE
170 struct Alignment<AlignmentE::Right> {
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dpackage_aliases.t42 code => '$life_raft = $::{"Left::"}; *Left:: = $::{"Right::"}',
46 code => '$life_raft = $::{"Left::"}; *Left:: = "Right::"',
50 code => '$life_raft = \%Left::; *Left:: = \%Right::',
64 $Right::{"gleck::"} = 3;
66 @Right::ISA = 'TopRight';
84 # Left::Side <- Right::Side
88 # This test assigns Right:: to Left::, indirectly making Left::Side an
89 # alias to Right::Side (following the arrow in the diagram).
93 code => '$life_raft = $::{"Left::"}; *Left:: = $::{"Right::"}',
97 code => '$life_raft = $::{"Left::"}; *Left:: = "Right
[all...]
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_win32con.c149 *Cols = (int) (WINCONSOLE.SBI.srWindow.Right + 1 -
385 WINCONSOLE.save_region.Right = (SHORT) (WINCONSOLE.SBI.dwSize.X - 1);
394 WINCONSOLE.save_region.Right = WINCONSOLE.SBI.srWindow.Right;
436 save_region.Right));
451 WINCONSOLE.save_size.X = (SHORT) (WINCONSOLE.save_region.Right
470 WINCONSOLE.save_region.Right,
504 T(("... display(Top:%d Bottom:%d Left:%d Right:%d)",
508 WINCONSOLE.SBI.srWindow.Right));
545 info->srWindow.Right));
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp131 Node *Left = nullptr, *Right = nullptr; member in struct:__anon2835::RangeTree::Node
174 N->Height = 1 + std::max(height(N->Left), height(N->Right));
177 if (N->Right)
178 N->MaxEnd = std::max(N->MaxEnd, N->Right->MaxEnd);
183 int32_t Balance = height(N->Right) - height(N->Left);
187 return rotateLeft(N->Right, N);
594 dbgs() << " Right: " << N->Right << "\n\n";
598 if (N->Right)
599 dump(N->Right);
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp365 fmt_align(StreamIdx, AlignStyle::Right, NumDigits(StreamCount)),
366 fmt_align(getPdb().getStreamByteSize(StreamIdx), AlignStyle::Right,
574 fmt_align(Modi, AlignStyle::Right, NumDigits(ModCount)),
762 fmt_align("Record Kind", AlignStyle::Right, FieldWidth),
763 fmt_align(CountHeader, AlignStyle::Right, CD),
764 fmt_align(SizeHeader, AlignStyle::Right, SD));
770 fmt_align(Label, AlignStyle::Right, FieldWidth),
771 fmt_align(Stat.second.Count, AlignStyle::Right, CD),
772 fmt_align(Stat.second.Size, AlignStyle::Right, SD));
776 fmt_align("Total (S_UDT)", AlignStyle::Right, FieldWidt
[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/lldb/source/Symbol/
H A DPostfixExpression.cpp119 return Dispatch(binary.Left()) && Dispatch(binary.Right());
183 Dispatch(binary.Right());

Completed in 473 milliseconds

123