Home
last modified time | relevance | path

Searched refs:__alignof__ (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/test/Sema/
Dattr-aligned.c7 short g0_chk[__alignof__(g0) == 16 ? 1 : -1];
18 char a0[__alignof__(ueber_aligned_char) == 8? 1 : -1] = { 0 };
19 char a1[__alignof__(struct struct_with_ueber_char) == 8? 1 : -1] = { 0 };
20 char a2[__alignof__(a) == 1? : -1] = { 0 };
25 char b1[__alignof__(b) == 2 ?: -1] = {0};
28 char c1[__alignof__(c) == 4 ?: -1] = {0};
29 char c2[__alignof__(c.member) == 4 ?: -1] = {0};
32 char d1[__alignof__(d) == 2 ?: -1] = {0};
33 char d2[__alignof__(d.member) == 2 ?: -1] = {0};
37 char e1[__alignof__(e) == 2 ?: -1] = {0};
[all …]
Dalign-x86.c5 short chk1[__alignof__(g1) == 8 ? 1 : -1];
6 short chk2[__alignof__(double) == 8 ? 1 : -1];
9 short chk1[__alignof__(g2) == 8 ? 1 : -1];
10 short chk2[__alignof__(long long) == 8 ? 1 : -1];
13 short chk1[__alignof__(g5) == 8 ? 1 : -1];
14 short chk2[__alignof__(unsigned long long) == 8 ? 1 : -1];
17 short chk1[__alignof__(g3) == 8 ? 1 : -1];
18 short chk2[__alignof__(_Complex double) == 8 ? 1 : -1];
22 short chk1[__alignof__(g4) == 1 ? 1 : -1];
23 short chk2[__alignof__(g4.a) == 1 ? 1 : -1];
Dalign-arm-apcs.c4 char chk0[__alignof__(struct s0) == 4 ? 1 : -1];
Dalign-x86-64.c9 char y[__alignof__(x) == 16 ? 1 : -1]; in foo()
/external/elfutils/libelf/
Delf_getdata.c106 [ELF_T_ADDR] = __alignof__ (ElfW2(Bits,Addr)), \
107 [ELF_T_HALF] = __alignof__ (ElfW2(Bits,Half)), \
108 [ELF_T_WORD] = __alignof__ (ElfW2(Bits,Word)), \
109 [ELF_T_SYM] = __alignof__ (ElfW2(Bits,Sym)), \
110 [ELF_T_SYMINFO] = __alignof__ (ElfW2(Bits,Syminfo)), \
111 [ELF_T_REL] = __alignof__ (ElfW2(Bits,Rel)), \
112 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
113 [ELF_T_DYN] = __alignof__ (ElfW2(Bits,Dyn)), \
114 [ELF_T_VDEF] = __alignof__ (ElfW2(Bits,Verdef)), \
115 [ELF_T_VDAUX] = __alignof__ (ElfW2(Bits,Verdaux)), \
[all …]
Delf_begin.c116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr)) in get_shnum()
174 & (__alignof__ (Elf32_Ehdr) - 1)) == 0)) in get_shnum()
223 & (__alignof__ (Elf64_Ehdr) - 1)) == 0)) in get_shnum()
312 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0 in file_read_elf()
314 & (__alignof__ (Elf32_Shdr) - 1)) == 0 in file_read_elf()
316 & (__alignof__ (Elf32_Phdr) - 1)) == 0))) in file_read_elf()
400 || ((((uintptr_t) ehdr) & (__alignof__ (Elf64_Ehdr) - 1)) == 0 in file_read_elf()
402 & (__alignof__ (Elf64_Shdr) - 1)) == 0 in file_read_elf()
404 & (__alignof__ (Elf64_Phdr) - 1)) == 0))) in file_read_elf()
Delf_getshstrndx.c129 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
167 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
Dgelf_getverdef.c90 || unlikely (offset % __alignof__ (GElf_Verdef) != 0))
/external/clang/test/CodeGen/
Dexprs.c7 int y=__alignof__(zxcv);
28 int t2 = __alignof__(void);
31 t2 = __alignof__(void); in test4()
34 t2 = __alignof__(test4()); in test4()
D2009-02-13-zerosize-union-field-ppc.c10 printf("%ld\n", __alignof__(a)); in main()
12 printf("%ld\n", __alignof__(b)); in main()
D2009-02-13-zerosize-union-field.c11 printf("%ld\n", __alignof__(a)); in main()
15 printf("%ld\n", __alignof__(b)); in main()
Dalignof.c11 return __alignof__(t1_tmp); in f0()
/external/astl/src/
Dios_globals.cpp49 __attribute__ ((aligned(__alignof__(android::stdio_filebuf))));
54 __attribute__ ((aligned(__alignof__(ostream))));
/external/kernel-headers/original/linux/netfilter/
Dx_tables.h91 #define XT_ALIGN(s) (((s) + (__alignof__(struct _xt_align)-1)) \
92 & ~(__alignof__(struct _xt_align)-1))
386 #define COMPAT_XT_ALIGN(s) (((s) + (__alignof__(struct compat_xt_counters)-1)) \
387 & ~(__alignof__(struct compat_xt_counters)-1))
/external/kernel-headers/original/linux/netfilter_arp/
Darp_tables.h254 #define ARPT_ALIGN(s) (((s) + (__alignof__(struct arpt_entry)-1)) & ~(__alignof__(struct arpt_entry…
/external/elfutils/libebl/
Deblwstrtab.c179 align = ((__alignof__ (struct Ebl_WStrent) in newstring()
181 & (__alignof__ (struct Ebl_WStrent) - 1))) in newstring()
182 & (__alignof__ (struct Ebl_WStrent) - 1)); in newstring()
Deblstrtab.c174 size_t align = ((__alignof__ (struct Ebl_Strent) in newstring()
176 & (__alignof__ (struct Ebl_Strent) - 1))) in newstring()
177 & (__alignof__ (struct Ebl_Strent) - 1)); in newstring()
Deblgstrtab.c179 size_t align = ((__alignof__ (struct Ebl_GStrent) in newstring()
181 & (__alignof__ (struct Ebl_GStrent) - 1))) in newstring()
182 & (__alignof__ (struct Ebl_GStrent) - 1)); in newstring()
/external/iproute2/include/linux/
Dsocket.h8 #define _K_SS_ALIGNSIZE (__alignof__ (struct sockaddr *))
/external/iptables/include/libiptc/
Dlibxtc.h16 #define XT_MIN_ALIGN (__alignof__(struct xt_entry))
/external/clang/test/SemaCXX/
Duninitialized.cpp25 int k = __alignof__(k);
116 S(char (*)[3]) : x(__alignof__(x)) {} in S()
/external/kernel-headers/original/linux/netfilter_ipv6/
Dip6_tables.h316 #define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry…
/external/webkit/Source/JavaScriptCore/wtf/
DAlignment.h27 #define WTF_ALIGN_OF(type) __alignof__(type)
/external/elfutils/lib/
Dsha1.h52 char buffer[128] __attribute__ ((__aligned__ (__alignof__ (sha1_uint32))));
Dmd5.h51 char buffer[128] __attribute__ ((__aligned__ (__alignof__ (md5_uint32))));

12