Home
last modified time | relevance | path

Searched defs:U4 (Results 1 – 17 of 17) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h60 typedef uint32_t U4; typedef
/external/clang/test/Sema/
Dstatic-assert.c42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} typedef
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const.cpp61 struct U4 { struct
66 U4 u4; in test6() argument
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp121 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
137 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.pass.cpp117 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
133 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
/external/clang/test/CXX/special/class.inhctor/
Dp3.cpp63 template<typename T> struct U4 : T4<T> { struct
/external/ow2-asm/asm-test/src/resources/java/jdk5/
DAllStructures.java124 List<U4> p4, in genericMethod() argument
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp217 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
232 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
249 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.pass.cpp215 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
230 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
247 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
/external/rust/crates/libm/src/math/
Dlgamma_r.rs119 const U4: f64 = 2.28963728064692451092e-01; /* 0x3FCD4EAE, 0xF6010924 */ constant
Dlgammaf_r.rs54 const U4: f32 = 2.2896373272e-01; /* 0x3e6a7578 */ constant
/external/rust/crates/unicode-width/scripts/
Dunicode.py40 U4 = 4 variable in OffsetType
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp59 union U4 {} constexpr u4 = {}; union
/external/clang/test/CXX/class/class.union/
Dp1.cpp99 union U4 { union
/external/libsrtp2/crypto/cipher/
Daes.c1323 static const uint32_t U4[256] = { variable
/external/clang/test/CodeGen/
Dxcore-stringtype.c159 union U4{union U1 u1;}; union
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc126 typedef unsigned int U4; typedef