OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TS2
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/PCH/
pragma-diag-section.cpp
26
struct
TS2
{
40
TS2
<int>
ts2
;
local
41
ts2
.m();
chain-cxx.cpp
37
template <typename T> struct
TS2
;
38
typedef
TS2
<int> TS2int;
99
template <typename T> struct
TS2
{ };
136
TS2int
ts2
;
local
/external/arm-neon-tests/
ref_vcvt.c
41
#define TEST_VCVT(Q, T1, T2, W, N, TS1,
TS2
) \
43
vcvt##Q##_##T2##W##_##
TS2
##W(VECT_VAR(vector, TS1, W, N)); \
48
#define TEST_VCVT_FP(Q, T1, T2, W, N, TS1,
TS2
) \
50
vcvt##Q##_##T2##W##_##
TS2
##W(VECT_VAR(vector, TS1, W, N)); \
71
#define TEST_VCVT_N(Q, T1, T2, W, N, TS1,
TS2
, V) \
73
vcvt##Q##_n_##T2##W##_##
TS2
##W(VECT_VAR(vector, TS1, W, N), V); \
78
#define TEST_VCVT_N_FP(Q, T1, T2, W, N, TS1,
TS2
, V) \
80
vcvt##Q##_n_##T2##W##_##
TS2
##W(VECT_VAR(vector, TS1, W, N), V); \
ref_vreinterpret.c
41
#define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1,
TS2
, WS, NS) \
43
vreinterpret##Q##_##T2##W##_##
TS2
##WS(VECT_VAR(vector, TS1, WS, NS)); \
48
#define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1,
TS2
, WS, NS) \
50
vreinterpret##Q##_##T2##W##_##
TS2
##WS(VECT_VAR(vector, TS1, WS, NS)); \
55
#define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1,
TS2
, WS, NS) \
57
vreinterpret##Q##_##T2##W##_##
TS2
##WS(VECT_VAR(vector, TS1, WS, NS)); \
63
#define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1,
TS2
, WS, NS) \
65
vreinterpret##Q##_##T2##W##_##
TS2
##WS(VECT_VAR(vector, TS1, WS, NS)); \
/external/clang/test/SemaCXX/
warn-unused-filescoped.cpp
97
struct
TS2
{
100
template <> int
TS2
<int>::x; // expected-warning{{unused}}
destructor.cpp
188
template<class T> class
TS2
{ // expected-warning {{'nonvirtualdtor::
TS2
<int>' has virtual functions but non-virtual destructor}}
192
TS2
<int> foo; // expected-note {{instantiation}}
Completed in 254 milliseconds