Searched defs:U2 (Results 1 – 15 of 15) sorted by relevance
/external/clang/test/SemaObjC/ |
D | class-proto-1.m | 33 @interface U2 @end interface
|
/external/clang/test/SemaCXX/ |
D | inherit.cpp | 23 union U2 {}; union
|
D | constant-expression-cxx11.cpp | 578 union U2 { union 579 constexpr U2(T *p) : c(p->u1.b) {} in U2() function
|
/external/dropbear/libtommath/ |
D | bn_mp_exteuclid.c | 21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) in mp_exteuclid()
|
/external/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 22 union U2 { union
|
D | p1.cpp | 50 union U2 { union
|
/external/valgrind/main/memcheck/tests/ |
D | sh-mem.c | 13 typedef unsigned short U2; typedef
|
D | sh-mem-random.c | 14 typedef unsigned short U2; typedef
|
/external/srtp/crypto/cipher/ |
D | aes.c | 466 static uint32_t U2[256] = { variable 1004 static uint32_t U2[256] = { variable
|
/external/srtp/tables/ |
D | aes_tables.c | 139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 43 union U2 {} constexpr; // expected-error {{union cannot be marked constexpr}} union
|
/external/clang/test/Sema/ |
D | warn-type-safety-mpi-hdf5.c | 245 union U2 { int a; long b; double c; struct S1 s1; }; union
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 274 Instruction *U2 = cast<Instruction>(*IncrUse++); in HandleFloatingPointIV() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.cc | 46 typedef uint16_t U2; typedef
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 2963 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) in mp_exteuclid()
|