Searched defs:u4 (Results 1 – 11 of 11) sorted by relevance
47 constexpr int u4 = 3; variable
43 static __device__ int u4; variable
142 static U u4; // ok in f() local203 static U u4; // ok in f() local
8 typedef unsigned int u4 __attribute__((ext_vector_type(4))); typedef [all...]
162 void unionType4(union U4 u4) {} in unionType4()
9 typedef unsigned int u4 __attribute__((ext_vector_type(4))); typedef [all...]
66 U4 u4; in test6() local
178 u u4 = { 0, "asdf" }; // expected-error{{excess elements in union initializer}} variable
179 U4 u4; variable
64 union U4 {} constexpr u4 = {}; variable
515 constexpr bool u4 = p >= q; // expected-error {{constant expression}} expected-note {{comparison between '&a' and '&b' has unspecified value}} global() variable