HomeSort by relevance Sort by last modified time
    Searched full:union (Results 176 - 200 of 11132) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/CodeGenCXX/
static-init-4.cpp 4 union QDSUnion { float32x4_t q; float s[4]; };
7 // CHECK: @t = global %union.QDSUnion { <4 x float> <float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00> }
member-init-union.cpp 4 union x {
  /external/clang/test/Modules/Inputs/
DebugObjC.h 38 typedef union { int i; } TypedefUnion;
42 union { int i; } GlobalUnion;
  /external/syslinux/gpxe/src/arch/i386/include/
undirom.h 23 union undi_device_id {
46 union undi_device_id bus_id;
  /external/syslinux/gpxe/src/include/gpxe/
uuid.h 14 union uuid {
31 extern char * uuid_ntoa ( union uuid *uuid );
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 288 const union lp_rast_cmd_arg );
290 const union lp_rast_cmd_arg );
292 const union lp_rast_cmd_arg );
294 const union lp_rast_cmd_arg );
296 const union lp_rast_cmd_arg );
298 const union lp_rast_cmd_arg );
300 const union lp_rast_cmd_arg );
302 const union lp_rast_cmd_arg );
305 const union lp_rast_cmd_arg );
308 const union lp_rast_cmd_arg )
    [all...]
  /external/clang/test/Sema/
empty1.c 8 union emp_2 { // expected-warning {{empty union has size 0 in C, size 1 in C++}}
15 union emp_4 { // expected-warning {{union has size 0 in C, size 1 in C++}}
24 union emp_6 { // expected-warning {{union has size 0 in C, size 1 in C++}}
33 union emp_8 { // expected-warning {{union has size 0 in C, size 1 in C++}}
39 union emp_2 f2;
67 union emp_2 v[1]
    [all...]
init-vector.c 6 typedef union {
  /external/clang/test/SemaCXX/
cxx0x-nontrivial-union.cpp 10 union u {
13 union u2 {
20 union static_data_member {
25 union bad {
26 int &i; // expected-error {{union member 'i' has reference type 'int &'}}
30 union {
37 union TemplateCtorMember { TemplateCtor s; };
51 union disable_dtor {
71 union { T value; };
130 union {
    [all...]
attr-declspec-ignored.cpp 8 __attribute__((visibility("hidden"))) __attribute__((aligned)) union C; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
9 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}}
17 __attribute__((visibility("hidden"))) __attribute__((aligned)) union C {} c;
lookup-member.cpp 11 union value {
  /external/llvm/test/Transforms/ArgumentPromotion/
fp80.ll 6 %union.u = type { x86_fp80 }
16 tail call i8 @UseLongDoubleUnsafely(%union.u* byval align 16 bitcast (%struct.s* @b to %union.u*))
17 tail call x86_fp80 @UseLongDoubleSafely(%union.u* byval align 16 bitcast (%struct.s* @b to %union.u*))
23 ; CHECK: internal i8 @UseLongDoubleUnsafely(%union.u* byval align 16 %arg) {
24 define internal i8 @UseLongDoubleUnsafely(%union.u* byval align 16 %arg) {
26 %bitcast = bitcast %union.u* %arg to %struct.s*
33 define internal x86_fp80 @UseLongDoubleSafely(%union.u* byval align 16 %arg) {
34 %gep = getelementptr inbounds %union.u, %union.u* %arg, i64 0, i32
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 50 * Surface tile address as a union for fast compares.
52 union tile_address {
66 union {
90 union tile_address tile_addrs[NUM_ENTRIES];
94 union pipe_color_union clear_color; /**< for color bufs */
100 union tile_address last_tile_addr;
123 const union pipe_color_union *color,
128 union tile_address addr );
131 static inline union tile_address
135 union tile_address addr
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
SdramSpdDdr3.h 23 typedef union {
32 typedef union {
40 typedef union {
47 typedef union {
55 typedef union {
64 typedef union {
73 typedef union {
83 typedef union {
92 typedef union {
101 typedef union {
    [all...]
  /bionic/libc/kernel/uapi/linux/
cec-funcs.h 44 union {
53 union {
72 union {
84 union {
  /external/clang/test/CodeGen/
2002-09-18-UnionProblem.c 8 typedef union {
2008-08-07-AlignPadding2.c 8 union {
bitfield-init.c 13 typedef union T0 { char field0 : 2; } T0;
cast-emit.c 3 typedef union {
x86_64-arguments-darwin.c 6 union {
  /external/clang/test/Modules/
merge-name-for-linkage.cpp 4 typedef union {} pthread_mutex_t;
  /external/clang/test/PCH/
struct.h 18 union {
  /external/clang/test/SemaTemplate/
instantiate-function-1.mm 15 this.f; // expected-error{{member reference base type 'struct Member0 *const' is not a structure or union}}
  /external/fio/lib/
ieee754.h 13 union {
  /external/iptables/include/linux/netfilter/
xt_TPROXY.h 19 union nf_inet_addr laddr;

Completed in 944 milliseconds

1 2 3 4 5 6 78 91011>>