Home
last modified time | relevance | path

Searched defs:U3 (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp33 union U3 { union
35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} in U3() function
Dp1.cpp77 union U3 { union
/external/clang/test/Sema/
Dstatic-assert.c41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}} typedef
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const.cpp57 struct U3 { struct
62 U3 u3; argument
/external/srtp/crypto/cipher/
Daes.c533 static uint32_t U3[256] = { variable
1071 static uint32_t U3[256] = { variable
/external/srtp/tables/
Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp48 constexpr union U3 {} u3 = {}; union
/external/clang/test/CodeGen/
Dxcore-stringtype.c158 union U3{union U1 u1;}; union