Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1472 typedef double __attribute__((vector_size(32))) VD4; typedef
1473 constexpr VD4 g(int n) { in g()
1474 return (VD4) { n / 2.0, n + 1.5, n - 5.4, n * 0.9 }; // expected-warning {{C99}} in g()