Home
last modified time | relevance | path

Searched refs:fltx4 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dvector.cpp199 typedef float fltx4 __attribute__((__vector_size__(16))); typedef
204 void accept_fltx4(fltx4);
209 void test(fltx2 fltx2_val, fltx4 fltx4_val, dblx2 dblx2_val, dblx4 dblx4_val) { in test()
232 void test_mixed_vector_types(fltx4 f, intx4 n, flte4 g, flte4 m) { in test_mixed_vector_types()
282 void test_pseudo_dtor(fltx4 *f) { in test_pseudo_dtor()
283 f->~fltx4(); in test_pseudo_dtor()
284 (*f).~fltx4(); in test_pseudo_dtor()