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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.h 20 enum CPUType { V3 = 0x2, V4 = 0x3, V5 };
  /external/llvm/unittests/Support/
AlignOfTest.cpp 70 struct V5 : V4, V3 { double z;
71 ~V5() override;
77 struct V8 : V5, virtual V6, V7 { double zz;
87 V5::~V5() {}
133 [AlignOf<V5>::Alignment > 0]
173 EXPECT_LE(alignOf<V1>(), alignOf<V5>());
251 EXPECT_EQ(alignOf<V5>(), alignOf<AlignedCharArrayUnion<V5> >());
316 EXPECT_EQ(sizeof(V5), sizeof(AlignedCharArrayUnion<V5>))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 42 V4, V5, V55, V60
90 bool hasV5TOps() const { return getHexagonArchVersion() >= V5; }
91 bool hasV5TOpsOnly() const { return getHexagonArchVersion() == 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 enumeration; did you mean ':'?}}
MicrosoftExtensions.cpp 315 __declspec(property(get)) int V5; // expected-error {{expected '=' after 'get'}}
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 191 __declspec(property(get=GetV, put=SetV)) int V5;
202 int k = sp.V5;
203 sp.V5 = k++;

Completed in 991 milliseconds