Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dvector.cpp198 typedef float fltx2 __attribute__((__vector_size__(8))); typedef
203 void accept_fltx2(fltx2); // expected-note{{candidate function not viable: no known conversion from…
209 void test(fltx2 fltx2_val, fltx4 fltx4_val, dblx2 dblx2_val, dblx4 dblx4_val) { in test()