HomeSort by relevance Sort by last modified time
    Searched refs:Right (Results 1 - 25 of 428) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/tools/clang/blink_gc_plugin/tests/
left_most_gc_base.h 15 class Right : public A, public B, public GarbageCollected<Right> { }; // Error
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/
left_most_gc_base.h 15 class Right : public A, public B, public GarbageCollected<Right> { }; // Error
18 class DerivedRight : public Right, public Left { }; // Error
19 class DerivedLeft : public Left, public Right { };
  /external/clang/test/CodeGenCXX/
microsoft-abi-multiple-nonvirtual-inheritance.cpp 7 struct Right {
8 virtual void right();
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
16 virtual void right();
68 child->right();
69 // When calling a right base's virtual method, one needs to adjust 'this' at
74 // CHECK: %[[RIGHT:.*]] = bitcast i8* %[[RIGHT_i8]] to %struct.Right*
76 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Right* %[[RIGHT]] to void (%struct.Right*)**
84 void ChildOverride::right() { function in class:ChildOverride
129 void GrandchildOverride::right() { function in class:GrandchildOverride
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 88 LVM_INT32 Right; /* Right sample */
129 Right = *pStSrc++; /* Get the right sample */
140 Right += Mono;
149 HighWord = (Vol_Mult * (Right >> 16)); /* signed long (Right) by unsigned short (Vol_Mult) multiply */
150 LowWord = (Vol_Mult * (Right & 0xffff));
151 Right = (HighWord + (LowWord >> 16)) << (Vol_Shift);
153 *pDst++ = Right;
    [all...]
  /external/clang/include/clang/AST/
AttrIterator.h 100 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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
AttrIterator.h 99 specific_attr_iterator Right) {
100 assert((Left.Current == nullptr) == (Right.Current == nullptr));
101 if (Left.Current < Right.Current)
102 Left.AdvanceToNext(Right.Current);
104 Right.AdvanceToNext(Left.Current);
105 return Left.Current == Right.Current;
108 specific_attr_iterator Right) {
109 return !(Left == Right);
  /external/pdfium/xfa/fwl/
fwl_widgethit.h 15 Right,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 44 size_t Right;
47 PadAdapter(T &&Item, size_t Left, size_t Right)
48 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
54 Stream.indent(Right);
80 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
81 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h 46 size_t Right;
49 PadAdapter(T &&Item, size_t Left, size_t Right)
50 : FormatAdapter<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
56 Stream.indent(Right);
83 detail::PadAdapter<T> fmt_pad(T &&Item, size_t Left, size_t Right) {
84 return detail::PadAdapter<T>(std::forward<T>(Item), Left, Right);

Completed in 844 milliseconds

1 2 3 4 5 6 7 8 91011>>