Home
last modified time | relevance | path

Searched defs:TS2 (Results 1 – 6 of 6) sorted by relevance

/external/arm-neon-tests/
Dref_vreinterpret.c41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
Dref_vcvt.c41 #define TEST_VCVT(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument
48 #define TEST_VCVT_FP(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument
71 #define TEST_VCVT_N(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument
78 #define TEST_VCVT_N_FP(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument
/external/clang/test/PCH/
Dpragma-diag-section.cpp26 struct TS2 { struct
40 TS2<int> ts2; in f() argument
Dchain-cxx.cpp99 template <typename T> struct TS2 { }; struct
/external/clang/test/SemaCXX/
Dwarn-unused-filescoped.cpp97 struct TS2 { struct
98 static int x;
Ddestructor.cpp188 template<class T> class TS2 { // expected-warning {{'nonvirtualdtor::TS2<int>' has virtual function… class