HomeSort by relevance Sort by last modified time
    Searched refs:Left (Results 1 - 25 of 431) 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 16 class Left : public GarbageCollected<Left>, public B, public A { };
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 16 class Left : public GarbageCollected<Left>, public B, public A { };
18 class DerivedRight : public Right, public Left { }; // Error
19 class DerivedLeft : public Left, public Right { };
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
unsafe.go 11 n.Left = typecheck(n.Left, Erv)
12 n.Left = defaultlit(n.Left, nil)
13 tr := n.Left.Type
25 if n.Left.Op != OXDOT {
31 // Since r->left may be mutated by typechecking, check it explicitly
33 n.Left.Left = typecheck(n.Left.Left, Erv
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
unsafe.go 11 n.Left = typecheck(n.Left, Erv)
12 n.Left = defaultlit(n.Left, nil)
13 tr := n.Left.Type
25 if n.Left.Op != OXDOT {
31 // Since r->left may be mutated by typechecking, check it explicitly
33 n.Left.Left = typecheck(n.Left.Left, Erv
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconintra4x4.c 22 const uint8_t *above, const uint8_t *left);
45 space here. Similary for "Left". */
55 unsigned char Left[8];
59 vp8_zero_array(Left, 8);
62 unsigned char Left[16];
64 unsigned char Left[4];
67 Left[0] = yleft[0];
68 Left[1] = yleft[left_stride];
69 Left[2] = yleft[2 * left_stride];
70 Left[3] = yleft[3 * left_stride]
    [all...]
  /build/make/tools/
brillo-clang-format 36 PointerAlignment: Left
  /external/avb/
.clang-format 25 PointerAlignment: Left
  /system/iot/attestation/atap/
.clang-format 25 PointerAlignment: Left
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 87 LVM_INT32 Left; /* Left sample */
128 Left = *pStSrc++; /* Get the left sample */
139 Left += Mono; /* Mix in the mono signal */
146 HighWord = (Vol_Mult * (Left >> 16)); /* signed long (Left) by unsigned short (Vol_Mult) multiply */
147 LowWord = (Vol_Mult * (Left & 0xffff));
148 Left = (HighWord + (LowWord >> 16)) << (Vol_Shift);
152 *pDst++ = Left; /* Save the results *
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-multiple-nonvirtual-inheritance.cpp 3 struct Left {
4 virtual void left();
11 struct ChildNoOverride : Left, Right {
14 struct ChildOverride : Left, Right {
15 virtual void left();
25 child->left();
26 // Only need to cast 'this' to Left*.
27 // CHECK: %[[LEFT:.*]] = bitcast %struct.ChildNoOverride* %[[CHILD]] to %struct.Left*
28 // CHECK: %[[VFPTR:.*]] = bitcast %struct.Left* %[[LEFT]] to void (%struct.Left*)**
36 void ChildOverride::left() { function in class:ChildOverride
    [all...]
  /external/clang/test/Modules/Inputs/
category_left.h 3 @interface Foo(Left)
4 -(void)left;
8 -(void)left;
  /external/clang/lib/Format/
TokenAnnotator.cpp 60 FormatToken *Left = CurrentToken->Previous;
61 Left->ParentBracket = Contexts.back().ContextKind;
72 Left->Previous && Left->Previous->Tok.isNot(tok::kw_template);
80 Left->MatchingParen = CurrentToken;
81 CurrentToken->MatchingParen = Left;
105 updateParameterCount(Left, CurrentToken);
115 FormatToken *Left = CurrentToken->Previous;
116 Left->ParentBracket = Contexts.back().ContextKind;
126 Left->Type = TT_ObjCBlockLParen
    [all...]
  /external/clang/include/clang/AST/
AttrIterator.h 99 friend bool operator==(specific_attr_iterator Left,
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;
108 friend bool operator!=(specific_attr_iterator Left,
110 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
AttrIterator.h 98 friend bool operator==(specific_attr_iterator Left,
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;
107 friend bool operator!=(specific_attr_iterator Left,
109 return !(Left == Right);

Completed in 1028 milliseconds

1 2 3 4 5 6 7 8 91011>>