HomeSort by relevance Sort by last modified time
    Searched defs:V5 (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 24 V5
  /external/llvm/unittests/Support/
AlignOfTest.cpp 74 struct V5 : V4, V3 { double z; virtual ~V5(); };
77 struct V8 : V5, virtual V6, V7 { double zz; virtual ~V8(); };
85 V5::~V5() {}
131 [AlignOf<V5>::Alignment > 0]
171 EXPECT_LE(alignOf<V1>(), alignOf<V5>());
249 EXPECT_EQ(alignOf<V5>(), alignOf<AlignedCharArrayUnion<V5> >());
314 EXPECT_EQ(sizeof(V5), sizeof(AlignedCharArrayUnion<V5>))
    [all...]
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.h 34 V5
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 42 V1, V2, V3, V4, V5
87 bool hasV5TOps () const { return HexagonArchVersion >= V5; }
88 bool hasV5TOpsOnly () const { return HexagonArchVersion == V5; }
  /external/clang/test/Parser/
recovery.cpp 151 enum class EC3 { V0 = 0, V5 = 5 }; // expected-note {{declared here}}
167 case EC3::V5:: break; // expected-error{{'V5' cannot appear before '::' because it is not a class, namespace, or scoped enumeration; did you mean ':'?}}
MicrosoftExtensions.cpp 310 __declspec(property(get)) int V5; // expected-error {{expected '=' after 'get'}}
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 223 __declspec(property(get=GetV, put=SetV)) int V5;
234 int k = sp.V5;
235 sp.V5 = k++;

Completed in 316 milliseconds