Searched defs:V5 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h42 V4, V5 enumerator in enum:llvm::HexagonSubtarget::HexagonArchEnum
85 bool hasV5TOps() const { return getHexagonArchVersion() >= V5; }
86 bool hasV5TOpsOnly() const { return getHexagonArchVersion() == V5; }
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp70 struct V5 : V4, V3 { double z; struct in namespace:__anon11288
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), sizeo
[all...]
/external/clang/test/Parser/
H A Drecovery.cpp151 enum class EC3 { V0 = 0, V5 = 5 }; // expected-note {{declared here}} member in class:MissingBrace::S::PR17084::TempID::EC3
167 case EC3::V5:: break; // expected-error{{'V5' cannot appear before '::' because it is not a class, namespace, or enumeration; did you mean ':'?}}
H A DMicrosoftExtensions.cpp315 __declspec(property(get)) int V5; // expected-error {{expected '=' after 'get'}} member in struct:pure_virtual_dtor_inline::StructWithProperty
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp201 __declspec(property(get=GetV, put=SetV)) int V5; member in struct:StructWithProperty
212 int k = sp.V5;
213 sp.V5 = k++;

Completed in 189 milliseconds