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

12

/external/v8/tools/clang/blink_gc_plugin/tests/
H A Dleft_most_gc_base.h15 class Right : public A, public B, public GarbageCollected<Right> { }; // Error class in namespace:blink
18 class DerivedRight : public Right, public Left { }; // Error
19 class DerivedLeft : public Left, public Right { };
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
H A Dleft_most_gc_base.h15 class Right : public A, public B, public GarbageCollected<Right> { }; // Error class in namespace:blink
18 class DerivedRight : public Right, public Left { }; // Error
19 class DerivedLeft : public Left, public Right { };
/external/clang/include/clang/AST/
H A 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);
99 operator ==(specific_attr_iterator Left, specific_attr_iterator Right) argument
108 operator !=(specific_attr_iterator Left, specific_attr_iterator Right) argument
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp7 struct Right { struct
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
74 // CHECK: %[[RIGHT:.*]] = bitcast i8* %[[RIGHT_i8]] to %struct.Right*
76 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Right* %[[RIGHT]] to void (%struct.Right*)***
77 // CHECK: %[[VFTABLE:.*]] = load void (%struct.Right*)**, void (%struct.Right*)*** %[[VFPTR]]
78 // CHECK: %[[VFUN:.*]] = getelementptr inbounds void (%struct.Right*)*, void (%struct.Right*)**
[all...]
/external/clang/tools/diagtool/
H A DDiagnosticNames.cpp48 const DiagnosticRecord &Right) {
49 return Left.DiagID < Right.DiagID;
47 orderByID(const DiagnosticRecord &Left, const DiagnosticRecord &Right) argument
/external/pdfium/xfa/fgas/layout/
H A Dcfx_rtfbreak.h25 Right, member in class:CFX_RTFLineAlignment
/external/pdfium/xfa/fwl/
H A Dfwl_widgethit.h15 Right, member in class:FWL_WidgetHit
/external/python/cpython3/Lib/test/
H A Dtest_compare.py63 class Right: class in function:ComparisonTest.test_ne_high_priority
65 calls.append('Right.__eq__')
68 calls.append('Right.__ne__')
70 Left() != Right()
71 self.assertSequenceEqual(calls, ['Left.__eq__', 'Right.__ne__'])
H A Dtest_subclassinit.py92 class Right(Base): class in function:Test.test_init_subclass_diamond
97 class A(Left, Middle, Right, middle="middle"):
102 self.assertEqual(Right.calls, [])
/external/pdfium/core/fxcrt/
H A Dstring_view_template.h25 // extraction (via the Mid(), Left(), and Right() methods) is copy-free.
183 StringViewTemplate Right(size_t count) const { function in class:fxcrt::StringViewTemplate
H A Dbytestring.cpp517 ByteString ByteString::Right(size_t count) const { function in class:fxcrt::ByteString
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCFG.h172 inline Self& operator+=(int Right) { argument
173 unsigned new_idx = idx + Right;
179 inline Self operator+(int Right) { argument
181 tmp += Right;
185 inline Self& operator-=(int Right) { argument
186 return operator+=(-Right);
189 inline Self operator-(int Right) { argument
190 return operator+(-Right);
/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_ops_gpu_common.cu.h68 void Right(const GPUDevice& d, typename Functor::tout_type out, function in struct:tensorflow::functor::BinaryFunctor
H A Dcwise_ops_sycl_common.h70 void Right(const SYCLDevice& d, typename Functor::tout_type out, function in struct:tensorflow::functor::BinaryFunctor
H A Dcwise_ops_common.h108 functor::BinaryFunctor<Device, Functor, 1>().Right(
298 void Right(const CPUDevice& d, typename Functor::tout_type out, function in struct:tensorflow::functor::BinaryFunctor
354 void Right(const CPUDevice& d, typename Functor::tout_type out, function in struct:tensorflow::functor::BinaryFunctor
494 void Right(const CPUDevice& d, typename Functor::tout_type out, function in struct:tensorflow::functor::BinaryFunctor
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.h44 enum class FPDFText_Direction { Left = -1, Right = 1 }; member in class:FPDFText_Direction
/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp614 Value *Left, Value *Right) {
648 Cmp = Builder.CreateFCmp(P, Left, Right, "rdx.minmax.cmp");
650 Cmp = Builder.CreateICmp(P, Left, Right, "rdx.minmax.cmp");
652 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select");
612 createMinMaxOp(IRBuilder< &Builder, MinMaxRecurrenceKind RK, Value *Left, Value *Right) argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist.h362 void merge(iplist_impl &Right, Compare comp) { argument
363 if (this == &Right)
365 this->transferNodesFromList(Right, Right.begin(), Right.end());
366 base_list_type::merge(Right, comp);
368 void merge(iplist_impl &Right) { return merge(Right, op_less); } argument
428 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
429 Left.swap(Right);
[all...]
/external/clang/lib/Format/
H A DFormat.cpp177 IO.enumCase(Value, "Right", FormatStyle::PAS_Right);
1119 auto *Right = NextNotDeleted(*Left); local
1120 if (!Right)
1122 if (Left->is(LK) && Right->is(RK)) {
1123 deleteToken(DeleteLeft ? Left : Right);
1129 Left = Right;
H A DTokenAnnotator.cpp1802 const FormatToken &Right = Tok; local
1808 if (Right.isOneOf(Keywords.kw_extends, Keywords.kw_throws))
1810 if (Right.is(Keywords.kw_implements))
1815 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma))
1821 if (Left.is(tok::comma) || (Right.is(tok::identifier) && Right.Next &&
1822 Right.Next->is(TT_DictLiteral)))
1824 if (Right.is(tok::l_square)) {
1830 if (Right.is(TT_LambdaLSquare) && Left.is(tok::equal))
1832 if (!Right
1965 spaceRequiredBetween(const AnnotatedLine &Line, const FormatToken &Left, const FormatToken &Right) argument
2097 spaceRequiredBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
2251 mustBreakBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
2359 canBreakBefore(const AnnotatedLine &Line, const FormatToken &Right) argument
[all...]
/external/llvm/include/llvm/ADT/
H A Dilist.h593 void merge(iplist &Right, Compare comp) { argument
594 if (this == &Right)
597 iterator First2 = Right.begin(), Last2 = Right.end();
601 transfer(First1, Right, First2, ++Next);
608 transfer(Last1, Right, First2, Last2);
610 void merge(iplist &Right) { return merge(Right, op_less); } argument
743 void swap(llvm::iplist<Ty> &Left, llvm::iplist<Ty> &Right) { argument
744 Left.swap(Right);
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1024 static int getTryAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { argument
1026 int RightRank = getTryRank(FuncInfo, Right);
1029 Right = FuncInfo.ClrEHUnwindMap[Right].TryParentState;
1038 while (Left != Right) {
1040 Right = FuncInfo.ClrEHUnwindMap[Right].TryParentState;
/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp756 bool Right = (Opc == S2_lsr_i_p || Opc == S2_asr_i_p); local
757 bool Left = !Right;
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp440 unsigned Right = createResultReg(&WebAssembly::I32RegClass); local
442 TII.get(WebAssembly::SHR_S_I32), Right)
446 return Right;
/external/pdfium/core/fxcrt/css/
H A Dcfx_css.h40 Right, member in class:CFX_CSSPropertyValue
87 Right, member in class:CFX_CSSProperty
152 Right, member in class:CFX_CSSTextAlign

Completed in 1235 milliseconds

12