/external/clang/test/CodeGenCXX/ |
2010-03-09-AnonAggregate.cpp | 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
|
bitfield-layout.cpp | 4 // CHECK-LP64: %union.Test1 = type { i32, [4 x i8] } 5 union Test1 { 10 // CHECK-LP64: %union.Test2 = type { i8 } 11 union Test2 { 15 // CHECK-LP64: %union.Test3 = type { i16 } 16 union Test3 {
|
debug-info-anon-union-vars.cpp | 4 // anonymous union. 6 static union { 9 union { 25 union { 35 static union { 48 // CHECK: [[FILE]] = !DIFile(filename: "{{.*}}debug-info-anon-union-vars.cpp", 58 // CHECK: type: ![[UNION:[0-9]+]] 59 // CHECK: ![[UNION]] = distinct !DICompositeType(tag: DW_TAG_union_type, 62 // CHECK: !DIDerivedType(tag: DW_TAG_member, name: "i", scope: ![[UNION]], 63 // CHECK: !DIDerivedType(tag: DW_TAG_member, name: "c", scope: ![[UNION]], [all...] |
/external/clang/test/Layout/ |
ms_struct-bitfields.c | 8 union A { 13 // CHECK-NEXT: 0 | union A 18 union B { 24 // CHECK-NEXT: 0 | union B 29 union C { 34 // CHECK-NEXT: 0 | union C 39 union D { 44 // CHECK-NEXT: 0 | union D
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_iprange.h | 16 union nf_inet_addr src_min, src_max; 17 union nf_inet_addr dst_min, dst_max;
|
/external/kernel-headers/original/uapi/linux/netfilter_arp/ |
arpt_mangle.h | 11 union { 14 union {
|
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/ |
union_data_view_definition.tmpl | 1 {%- for field in union.fields %} 6 inline void {{union.name}}DataView::Get{{name|under_to_camel}}DataView(
|
wrapper_union_class_template_definition.tmpl | 2 {{union.name}}Ptr {{union.name}}::Clone() const { 7 {%- for field in union.fields %} 23 T, {{union.name}}>::value>::type*> 24 bool {{union.name}}::Equals(const T& other) const { 29 {%- for field in union.fields %}
|
union_data_view_declaration.tmpl | 1 class {{union.name}}DataView { 3 using Tag = internal::{{union.name}}_Data::{{union.name}}_Tag; 5 {{union.name}}DataView() {} 7 {{union.name}}DataView( 8 internal::{{union.name}}_Data* data, 10 {%- if union|requires_context_for_data_view %} 24 {%- for field in union.fields %} 87 internal::{{union.name}}_Data* data_ = nullptr; 88 {%- if union|requires_context_for_data_view % [all...] |
union_declaration.tmpl | 1 {%- set class_name = union.name ~ "_Data" -%} 2 {%- set enum_name = union.name ~ "_Tag" -%} 7 // Used to identify Mojom Union Data Classes. 12 // non-inlined union. 32 {% for field in union.fields %} 40 union MOJO_ALIGNAS(8) Union_ { 41 {%- for field in union.fields %}
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.h | 4 union nouveau_bo_config; 18 union nouveau_bo_config *);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
sme.h | 18 void sme_event_auth(struct wpa_supplicant *wpa_s, union wpa_event_data *data); 22 union wpa_event_data *data); 24 union wpa_event_data *data); 26 union wpa_event_data *data); 51 union wpa_event_data *data) 63 union wpa_event_data *data) 68 union wpa_event_data *data) 73 union wpa_event_data *data)
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue1222.go | 11 typedef union { 16 union {
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue1222.go | 11 typedef union { 16 union {
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
nf_nat.h | 34 union nf_conntrack_man_proto min; 35 union nf_conntrack_man_proto max; 43 union nf_inet_addr min_addr; 44 union nf_inet_addr max_addr; 45 union nf_conntrack_man_proto min_proto; 46 union nf_conntrack_man_proto max_proto;
|
xt_policy.h | 38 union xt_policy_addr { 43 union { 45 union xt_policy_addr saddr; 46 union xt_policy_addr smask; 47 union xt_policy_addr daddr; 48 union xt_policy_addr dmask;
|
/external/clang/test/Sema/ |
static-assert.c | 31 #define UNION(T1, T2) union { \ 39 typedef UNION(unsigned, struct A) U1; 40 UNION(char[2], short) u2 = { .one = { 'a', 'b' } }; 41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}} 42 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}}
|
/external/llvm/test/CodeGen/Hexagon/ |
circ_ldw.ll | 5 %union.vect64 = type { i64 } 6 %union.vect32 = type { i32 } 8 define i32* @HallowedBeThyName(%union.vect64* nocapture %pRx, %union.vect32* %pLut, %union.vect64* nocapture %pOut, i64 %dc.coerce, i32 %shift, i32 %numSamples) nounwind { 11 %0 = bitcast %union.vect32* %pLut to i8*
|
remove_lsr.ll | 16 %union.vect64 = type { i64 } 17 %union.vect32 = type { i32 } 19 define void @foo(%union.vect64* nocapture %sss_extracted_bit_rx_data_ptr, 20 %union.vect32* nocapture %s_even, %union.vect32* nocapture %s_odd, 24 %scevgep = getelementptr %union.vect64, %union.vect64* %sss_extracted_bit_rx_data_ptr, i32 1 25 %scevgep28 = getelementptr %union.vect32, %union.vect32* %s_odd, i32 1 26 %scevgep32 = getelementptr %union.vect32, %union.vect32* %s_even, i32 [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/ |
I2CHw.h | 76 typedef union tagI2c0Con
92 typedef union tagI2c0Tar
106 typedef union tagI2c0DataCmd
118 typedef union tagI2c0SsSclHcnt
129 typedef union tagI2c0SsSclLcnt
140 typedef union tagI2c0FsSclHcnt
151 typedef union tagI2c0FsSclLcnt
162 typedef union tagI2c0IntrMask
184 typedef union tagI2c0RxTl
195 typedef union tagI2c0TxTl [all...] |
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
dram.h | 43 union noc_ddrtiminga0 { 56 union noc_ddrtimingb0 { 70 union noc_ddrtimingc0 { 80 union noc_devtodev0 { 94 union noc_ddrmode { 110 union noc_ddrtiminga0 ddrtiminga0; 111 union noc_ddrtimingb0 ddrtimingb0; 112 union noc_ddrtimingc0 ddrtimingc0; 113 union noc_devtodev0 devtodev0; 114 union noc_ddrmode ddrmode [all...] |
/external/v8/src/compiler/ |
type-cache.h | 30 Type::Union(kUint8, Type::MinusZeroOrNaN(), zone()); 39 Type::Union(Type::SignedSmall(), Type::Hole(), zone()); 46 Type::Union(kSingletonZero, Type::Undefined(), zone()); 48 Type::Union(kSingletonTen, Type::Undefined(), zone()); 50 Type* const kMinusOneToOneOrMinusZeroOrNaN = Type::Union( 51 Type::Union(CreateRange(-1.0, 1.0), Type::MinusZero(), zone()), 54 Type* const kZeroOrOneOrNaN = Type::Union(kZeroOrOne, Type::NaN(), zone()); 58 Type::Union(kSingletonZero, Type::MinusZeroOrNaN(), zone()); 61 Type::Union(kInteger, Type::MinusZero(), zone()); 63 Type::Union(kIntegerOrMinusZero, Type::NaN(), zone()) [all...] |
/external/clang/test/CXX/drs/ |
dr14xx.cpp | 13 union A { 14 union {}; 15 union {}; 20 union B { 21 union {}; 22 union {}; 27 union C { 28 union {}; 29 union {}; 38 union A {} [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/DS3231RealTimeClockLib/ |
DS3231RealTimeClock.h | 43 typedef union {
56 typedef union {
69 typedef union {
77 typedef union {
86 typedef union {
94 typedef union {
103 typedef union {
112 typedef union {
123 typedef union {
131 typedef union {
[all...] |
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/DS3231RealTimeClockLib/ |
DS3231RealTimeClock.h | 43 typedef union {
56 typedef union {
69 typedef union {
77 typedef union {
86 typedef union {
94 typedef union {
103 typedef union {
112 typedef union {
123 typedef union {
131 typedef union {
[all...] |