Home
last modified time | relevance | path

Searched refs:Right (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/external/llvm-project/polly/include/polly/Support/
DISLOperators.h22 inline isl::pw_aff operator+(isl::pw_aff Left, isl::pw_aff Right) {
23 return Left.add(Right);
26 inline isl::pw_aff operator+(isl::val ValLeft, isl::pw_aff Right) {
27 isl::pw_aff Left(Right.domain(), ValLeft);
28 return Left.add(Right);
32 isl::pw_aff Right(Left.domain(), ValRight);
33 return Left.add(Right);
36 inline isl::pw_aff operator+(long IntLeft, isl::pw_aff Right) {
37 isl::ctx Ctx = Right.get_ctx();
39 isl::pw_aff Left(Right.domain(), ValLeft);
[all …]
/external/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp2599 const FormatToken &Right = Tok; in splitPenalty() local
2605 if (Right.isOneOf(Keywords.kw_extends, Keywords.kw_throws)) in splitPenalty()
2607 if (Right.is(Keywords.kw_implements)) in splitPenalty()
2612 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
2617 (Right.is(TT_TemplateString) && Right.TokenText.startswith("}"))) in splitPenalty()
2620 if (Left.opensScope() && Right.closesScope()) in splitPenalty()
2624 if (Right.is(tok::identifier) && Right.Next && Right.Next->is(TT_DictLiteral)) in splitPenalty()
2626 if (Right.is(tok::l_square)) { in splitPenalty()
2632 if (Right.is(TT_LambdaLSquare) && Left.is(tok::equal)) in splitPenalty()
2634 if (!Right.isOneOf(TT_ObjCMethodExpr, TT_LambdaLSquare, in splitPenalty()
[all …]
/external/rust/crates/itertools/src/
Deither_or_both.rs13 Right(B), enumerator
40 Right(_) => true, in is_right()
62 Right(right) | Both(_, right) => Some(right), in right()
79 Right(ref right) => Right(right), in as_ref()
88 Right(ref mut right) => Right(right), in as_mut()
96 Left(a) => Right(a), in flip()
97 Right(b) => Left(b), in flip()
111 Right(b) => Right(b), in map_left()
123 Right(b) => Right(f(b)), in map_right()
138 Right(b) => Right(g(b)), in map_any()
[all …]
/external/clang/lib/Format/
DTokenAnnotator.cpp1802 const FormatToken &Right = Tok; in splitPenalty() local
1808 if (Right.isOneOf(Keywords.kw_extends, Keywords.kw_throws)) in splitPenalty()
1810 if (Right.is(Keywords.kw_implements)) in splitPenalty()
1815 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
1821 if (Left.is(tok::comma) || (Right.is(tok::identifier) && Right.Next && in splitPenalty()
1822 Right.Next->is(TT_DictLiteral))) in splitPenalty()
1824 if (Right.is(tok::l_square)) { in splitPenalty()
1830 if (Right.is(TT_LambdaLSquare) && Left.is(tok::equal)) in splitPenalty()
1832 if (!Right.isOneOf(TT_ObjCMethodExpr, TT_LambdaLSquare, in splitPenalty()
1837 if (Right.isOneOf(TT_StartOfName, TT_FunctionDeclarationName) || in splitPenalty()
[all …]
/external/rust/crates/either/src/
Dlib.rs41 pub use Either::{Left, Right};
55 Right(R), enumerator
62 Either::Right($pattern) => $result,
95 $crate::Right(err) => return $crate::Right(::std::convert::From::from(err)),
106 $crate::Right(val) => val,
124 Right(_) => false, in is_left()
155 Right(_) => None, in left()
173 Right(r) => Some(r), in right()
191 Right(ref inner) => Right(inner), in as_ref()
216 Right(ref mut inner) => Right(inner), in as_mut()
[all …]
Dserde_untagged.rs46 Right(R), enumerator
57 &super::Either::Right(ref right) => Either::Right(right), in serialize()
70 Ok(Either::Right(right)) => Ok(super::Either::Right(right)), in deserialize()
Dserde_untagged_optional.rs46 Right(R), enumerator
60 &Some(super::Either::Right(ref right)) => Some(Either::Right(right)), in serialize()
74 Ok(Some(Either::Right(right))) => Ok(Some(super::Either::Right(right))), in deserialize()
/external/rust/crates/futures-util/src/future/
Deither.rs15 Right(/* #[pin] */ B), enumerator
23 Either::Right(b) => Either::Right(Pin::new_unchecked(b)), in project()
36 Either::Right((x, b)) => (x, Either::Right(b)), in factor_first()
48 Either::Right((b, x)) => (Either::Right(b), x), in factor_second()
58 Either::Right(x) => x, in into_inner()
73 Either::Right(x) => x.poll(cx), in poll()
86 Either::Right(x) => x.is_terminated(), in is_terminated()
101 Either::Right(x) => x.poll_next(cx), in poll_next()
108 Either::Right(x) => x.size_hint(), in size_hint()
121 Either::Right(x) => x.is_terminated(), in is_terminated()
[all …]
/external/rust/crates/itertools/tests/
Dmerge_join.rs33 EitherOrBoth::Right(1), in right_only()
34 EitherOrBoth::Right(2), in right_only()
35 EitherOrBoth::Right(3) in right_only()
50 EitherOrBoth::Right(4), in first_left_then_right()
51 EitherOrBoth::Right(5), in first_left_then_right()
52 EitherOrBoth::Right(6) in first_left_then_right()
64 EitherOrBoth::Right(1), in first_right_then_left()
65 EitherOrBoth::Right(2), in first_right_then_left()
66 EitherOrBoth::Right(3), in first_right_then_left()
82 EitherOrBoth::Right(2), in interspersed_left_and_right()
[all …]
/external/markdown/MarkdownTest/Tests_2004/
DBackslash escapes.text13 Right brace: \}
17 Right bracket: \]
21 Right paren: \)
49 Right brace: \}
53 Right bracket: \]
57 Right paren: \)
84 Right brace: `\}`
88 Right bracket: `\]`
92 Right paren: `\)`
/external/markdown/tests/markdown-test/
Dbacklash-escapes.txt13 Right brace: \}
17 Right bracket: \]
21 Right paren: \)
49 Right brace: \}
53 Right bracket: \]
57 Right paren: \)
84 Right brace: `\}`
88 Right bracket: `\]`
92 Right paren: `\)`
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text13 Right brace: \}
17 Right bracket: \]
21 Right paren: \)
49 Right brace: \}
53 Right bracket: \]
57 Right paren: \)
84 Right brace: `\}`
88 Right bracket: `\]`
92 Right paren: `\)`
/external/llvm-project/clang/include/clang/AST/
DAttrIterator.h86 specific_attr_iterator Right) {
87 assert((Left.Current == nullptr) == (Right.Current == nullptr));
88 if (Left.Current < Right.Current)
89 Left.AdvanceToNext(Right.Current);
91 Right.AdvanceToNext(Left.Current);
92 return Left.Current == Right.Current;
95 specific_attr_iterator Right) {
96 return !(Left == Right);
/external/clang/include/clang/AST/
DAttrIterator.h100 specific_attr_iterator Right) {
101 assert((Left.Current == nullptr) == (Right.Current == nullptr));
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);
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp7 struct Right { struct
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
166 Right r; in emit_ctors()
200 struct AsymmetricChild : LeftWithNonVirtualDtor, Right {
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp7 struct Right { struct
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
156 Right r; in emit_ctors()
190 struct AsymmetricChild : LeftWithNonVirtualDtor, Right {
/external/llvm-project/clang/test/SemaTemplate/
Dtemp-param-subst-linear.cpp25 using Right = TypeList<R<0>...>; typedef
47 using Right = SplitAtIndex<Ints, Size<Ints> / 2>::Right; typedef
49 static_assert(Size<Right> == 8192);
56 using Ints = Concat<Left, Right>::type;
/external/llvm-project/llvm/lib/Support/
DFormatVariadic.cpp20 return AlignStyle::Right; in translateLocChar()
29 Where = AlignStyle::Right; in consumeFieldLayout()
65 AlignStyle Where = AlignStyle::Right; in parseReplacementItem()
107 StringRef Right = Fmt.drop_front(NumEscapedBraces * 2); in splitLiteralAndReplacement() local
108 return std::make_pair(ReplacementItem{Middle}, Right); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement() local
134 return std::make_pair(*RI, Right); in splitLiteralAndReplacement()
/external/llvm-project/llvm/include/llvm/Support/
DFormatAdapters.h45 size_t Right; variable
48 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter() argument
49 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {} in PadAdapter()
55 Stream.indent(Right); in format()
92 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad() argument
93 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right); in fmt_pad()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatAdapters.h46 size_t Right; variable
49 PadAdapter(T &&Item, size_t Left, size_t Right) in PadAdapter() argument
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {} in PadAdapter()
56 Stream.indent(Right); in format()
91 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) { in fmt_pad() argument
92 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right); in fmt_pad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFormatVariadic.cpp19 return AlignStyle::Right; in translateLocChar()
28 Where = AlignStyle::Right; in consumeFieldLayout()
64 AlignStyle Where = AlignStyle::Right; in parseReplacementItem()
107 StringRef Right = Fmt.drop_front(BO + NumEscapedBraces * 2); in splitLiteralAndReplacement() local
108 return std::make_pair(ReplacementItem{Middle}, Right); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement() local
134 return std::make_pair(*RI, Right); in splitLiteralAndReplacement()
/external/rust/crates/rayon/src/iter/
Dunzip.rs12 type Right: Send; typedef
18 FB: Folder<Self::Right>; in consume() argument
34 FromB: Default + Send + ParallelExtend<OP::Right>, in execute() argument
48 FromB: Send + ParallelExtend<OP::Right>, in execute_into() argument
96 type Right = B; typedef
136 type Right = T; typedef
179 type Right = R; typedef
188 Either::Right(item) => (left, right.consume(item)), in consume()
204 FromB: Send + ParallelExtend<OP::Right>,
258 type Item = OP::Right;
[all …]
/external/rust/crates/rayon/src/
Dpar_either.rs2 use crate::iter::Either::{Left, Right};
19 Right(iter) => iter.drive_unindexed(consumer), in drive_unindexed()
39 Right(iter) => iter.drive(consumer), in drive()
53 Right(iter) => iter.with_producer(callback), in with_producer()
71 Right(collection) => collection.par_extend(par_iter), in par_extend()
/external/rust/crates/regex-syntax/src/
Deither.rs5 pub enum Either<Left, Right> {
7 Right(Right), enumerator
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-loop-convert-const.cpp37 ModifiesRightSide Right[N], OtherRight; variable
57 if (Right[I] < OtherRight) in memberFunctionsAndOperators()
80 Right[I] = OtherRight; in memberFunctionsAndOperators()
97 copyArg(Right[I]); in usedAsParameterToFunctionOrOperator()
120 constRefArg(Right[I]); in usedAsParameterToFunctionOrOperator()
134 nonConstRefArg(Right[I]); in usedAsParameterToFunctionOrOperator()
140 if (OtherRight < Right[I]) in usedAsParameterToFunctionOrOperator()

12345678910>>...22