OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__alignof__
(Results
1 - 25
of
118
) sorted by relevancy
1
2
3
4
5
/src/tests/usr.bin/xlint/lint1/
msg_349.c
13
unsigned long gcc_type =
__alignof__
(int);
16
unsigned long gcc_expr =
__alignof__
(3);
msg_014.c
12
unsigned long alignof_function =
__alignof__
(function);
d_alignof.c
11
return
__alignof__
(short);
33
return
__alignof__
3;
54
* As with 'sizeof', the keyword '
__alignof__
' doesn't require parentheses
60
* '
__alignof__
' and 'sizeof' are syntactically the same, therefore the same
61
* reasoning applies to '
__alignof__
'.
70
return
__alignof__
(ptr)->member + ptr->member;
/src/external/apache2/llvm/dist/clang/lib/Headers/
__stddef_max_align_t.h
21
__attribute__((__aligned__(
__alignof__
(long long))));
23
__attribute__((__aligned__(
__alignof__
(long double))));
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
globals_io.cc
53
__attribute__ ((aligned(
__alignof__
(istream))));
55
__attribute__ ((aligned(
__alignof__
(ostream))));
63
__attribute__ ((aligned(
__alignof__
(wistream))));
65
__attribute__ ((aligned(
__alignof__
(wostream))));
85
__attribute__ ((aligned(
__alignof__
(stdio_sync_filebuf<char>))));
91
__attribute__ ((aligned(
__alignof__
(stdio_filebuf<char>))));
98
__attribute__ ((aligned(
__alignof__
(stdio_sync_filebuf<wchar_t>))));
104
__attribute__ ((aligned(
__alignof__
(stdio_filebuf<wchar_t>))));
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
globals_io.cc
53
__attribute__ ((aligned(
__alignof__
(istream))));
55
__attribute__ ((aligned(
__alignof__
(ostream))));
63
__attribute__ ((aligned(
__alignof__
(wistream))));
65
__attribute__ ((aligned(
__alignof__
(wostream))));
83
__attribute__ ((aligned(
__alignof__
(stdio_sync_filebuf<char>))));
89
__attribute__ ((aligned(
__alignof__
(stdio_filebuf<char>))));
96
__attribute__ ((aligned(
__alignof__
(stdio_sync_filebuf<wchar_t>))));
102
__attribute__ ((aligned(
__alignof__
(stdio_filebuf<wchar_t>))));
locale_init.cc
86
__attribute__ ((aligned(
__alignof__
(locale::_Impl))));
90
__attribute__ ((aligned(
__alignof__
(locale))));
94
__attribute__ ((aligned(
__alignof__
(char*))));
98
__attribute__ ((aligned(
__alignof__
(char[2]))));
102
__attribute__ ((aligned(
__alignof__
(locale::facet*))));
106
__attribute__ ((aligned(
__alignof__
(locale::facet*))));
110
__attribute__ ((aligned(
__alignof__
(std::ctype<char>))));
114
__attribute__ ((aligned(
__alignof__
(std::collate<char>))));
118
__attribute__ ((aligned(
__alignof__
(numpunct<char>))));
122
__attribute__ ((aligned(
__alignof__
(num_get<char>))))
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
locale_init.cc
86
__attribute__ ((aligned(
__alignof__
(locale::_Impl))));
90
__attribute__ ((aligned(
__alignof__
(locale))));
94
__attribute__ ((aligned(
__alignof__
(char*))));
98
__attribute__ ((aligned(
__alignof__
(char[2]))));
102
__attribute__ ((aligned(
__alignof__
(locale::facet*))));
106
__attribute__ ((aligned(
__alignof__
(locale::facet*))));
110
__attribute__ ((aligned(
__alignof__
(std::ctype<char>))));
114
__attribute__ ((aligned(
__alignof__
(std::collate<char>))));
118
__attribute__ ((aligned(
__alignof__
(numpunct<char>))));
122
__attribute__ ((aligned(
__alignof__
(num_get<char>))))
[
all
...]
cow-locale_init.cc
38
__attribute__ ((aligned(
__alignof__
(std::collate<char>))));
42
__attribute__ ((aligned(
__alignof__
(numpunct<char>))));
46
__attribute__ ((aligned(
__alignof__
(moneypunct<char, true>))));
51
__attribute__ ((aligned(
__alignof__
(money_get<char>))));
55
__attribute__ ((aligned(
__alignof__
(money_put<char>))));
59
__attribute__ ((aligned(
__alignof__
(time_get<char>))));
63
__attribute__ ((aligned(
__alignof__
(messages<char>))));
68
__attribute__ ((aligned(
__alignof__
(std::collate<wchar_t>))));
72
__attribute__ ((aligned(
__alignof__
(numpunct<wchar_t>))));
76
__attribute__ ((aligned(
__alignof__
(moneypunct<wchar_t, true>))))
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cow-locale_init.cc
38
__attribute__ ((aligned(
__alignof__
(std::collate<char>))));
42
__attribute__ ((aligned(
__alignof__
(numpunct<char>))));
46
__attribute__ ((aligned(
__alignof__
(moneypunct<char, true>))));
51
__attribute__ ((aligned(
__alignof__
(money_get<char>))));
55
__attribute__ ((aligned(
__alignof__
(money_put<char>))));
59
__attribute__ ((aligned(
__alignof__
(time_get<char>))));
63
__attribute__ ((aligned(
__alignof__
(messages<char>))));
68
__attribute__ ((aligned(
__alignof__
(std::collate<wchar_t>))));
72
__attribute__ ((aligned(
__alignof__
(numpunct<wchar_t>))));
76
__attribute__ ((aligned(
__alignof__
(moneypunct<wchar_t, true>))))
[
all
...]
/src/external/bsd/elftoolchain/dist/libelf/
libelf_align.c
52
.a32 =
__alignof__
(Elf32_##N), \
53
.a64 =
__alignof__
(Elf64_##N) \
57
.a64 =
__alignof__
(Elf64_##V) \
60
.a32 =
__alignof__
(int32_t), \
61
.a64 =
__alignof__
(int64_t) \
68
#error Need the
__alignof__
builtin.
/src/sys/compat/linux/arch/aarch64/
linux_siginfo.h
90
(
__alignof__
(void *) < sizeof(short) ? sizeof(short) :
__alignof__
(void *))
/src/external/gpl3/gcc/dist/libgcc/config/
darwin10-unwind-find-enc-func.c
26
} __attribute__ ((packed, aligned (
__alignof__
(void *))));
/src/external/gpl3/gcc.old/dist/libgcc/config/
darwin10-unwind-find-enc-func.c
26
} __attribute__ ((packed, aligned (
__alignof__
(void *))));
/src/external/gpl3/gcc/dist/libobjc/
encoding.c
443
return
__alignof__
(_Bool);
447
return
__alignof__
(id);
451
return
__alignof__
(Class);
455
return
__alignof__
(SEL);
459
return
__alignof__
(char);
463
return
__alignof__
(unsigned char);
467
return
__alignof__
(short);
471
return
__alignof__
(unsigned short);
475
return
__alignof__
(int);
479
return
__alignof__
(unsigned int)
[
all
...]
/src/external/gpl3/gcc.old/dist/libobjc/
encoding.c
438
return
__alignof__
(_Bool);
442
return
__alignof__
(id);
446
return
__alignof__
(Class);
450
return
__alignof__
(SEL);
454
return
__alignof__
(char);
458
return
__alignof__
(unsigned char);
462
return
__alignof__
(short);
466
return
__alignof__
(unsigned short);
470
return
__alignof__
(int);
474
return
__alignof__
(unsigned int)
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
aligned_buffer.h
56
alignas(
__alignof__
(_Tp2::_M_t)) unsigned char _M_storage[sizeof(_Tp)];
93
: std::aligned_storage<sizeof(_Tp),
__alignof__
(_Tp)>
96
std::aligned_storage<sizeof(_Tp),
__alignof__
(_Tp)>::type _M_storage;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
aligned_buffer.h
56
alignas(
__alignof__
(_Tp2::_M_t)) unsigned char _M_storage[sizeof(_Tp)];
91
: std::aligned_storage<sizeof(_Tp),
__alignof__
(_Tp)>
94
std::aligned_storage<sizeof(_Tp),
__alignof__
(_Tp)>::type _M_storage;
/src/external/gpl3/gcc/dist/libgcc/
crtstuff.c
238
__attribute__ ((__used__, aligned(
__alignof__
(func_ptr))))
242
__attribute__ ((__used__, section(".ctors"), aligned(
__alignof__
(func_ptr))))
251
__attribute__ ((aligned(
__alignof__
(func_ptr))))
255
__attribute__((section(".dtors"), aligned(
__alignof__
(func_ptr))))
265
aligned(
__alignof__
(void *))))
271
__attribute__((used, section(".tm_clone_table"), aligned(
__alignof__
(void*))))
454
aligned(
__alignof__
(func_ptr)))) = { __do_global_dtors_aux };
507
aligned(
__alignof__
(func_ptr)))) = { frame_dummy };
620
__attribute__((aligned(
__alignof__
(func_ptr))))
624
__attribute__((section(".ctors"), aligned(
__alignof__
(func_ptr)))
[
all
...]
unwind-dw2-fde.h
141
} __attribute__ ((packed, aligned (
__alignof__
(void *))));
149
} __attribute__ ((packed, aligned (
__alignof__
(void *))));
/src/external/gpl3/gcc/dist/libgomp/
sections.c
123
+
__alignof__
(long long) - 1) & ~(
__alignof__
(long long) - 1))
126
||
__alignof__
(struct gomp_work_share) <
__alignof__
(long long)
149
& (
__alignof__
(long long) - 1)) == 0)
154
p +=
__alignof__
(long long) - 1;
155
p &= ~(
__alignof__
(long long) - 1);
/src/external/gpl3/gcc.old/dist/libgomp/
sections.c
123
+
__alignof__
(long long) - 1) & ~(
__alignof__
(long long) - 1))
126
||
__alignof__
(struct gomp_work_share) <
__alignof__
(long long)
149
& (
__alignof__
(long long) - 1)) == 0)
154
p +=
__alignof__
(long long) - 1;
155
p &= ~(
__alignof__
(long long) - 1);
/src/external/gpl3/gcc.old/dist/libgcc/
crtstuff.c
238
__attribute__ ((__used__, aligned(
__alignof__
(func_ptr))))
242
__attribute__ ((__used__, section(".ctors"), aligned(
__alignof__
(func_ptr))))
251
__attribute__ ((aligned(
__alignof__
(func_ptr))))
255
__attribute__((section(".dtors"), aligned(
__alignof__
(func_ptr))))
270
__attribute__((used, section(".tm_clone_table"), aligned(
__alignof__
(void*))))
453
aligned(
__alignof__
(func_ptr)))) = { __do_global_dtors_aux };
506
aligned(
__alignof__
(func_ptr)))) = { frame_dummy };
619
__attribute__((aligned(
__alignof__
(func_ptr))))
623
__attribute__((section(".ctors"), aligned(
__alignof__
(func_ptr))))
638
aligned(
__alignof__
(func_ptr)), visibility ("hidden"))
[
all
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
align.exp
86
Another GNU C extension is
__alignof__
, which can be used to get
87
__alignof__
(void), which is also 1. This is unavailabe on clang.
91
So we avoid using alignof, and use
__alignof__
instead. */
92
unsigned a_void =
__alignof__
(void);
94
/* No support for
__alignof__
(void), hardcode value. */
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
align.exp
86
Another GNU C extension is
__alignof__
, which can be used to get
87
__alignof__
(void), which is also 1. This is unavailabe on clang.
91
So we avoid using alignof, and use
__alignof__
instead. */
92
unsigned a_void =
__alignof__
(void);
94
/* No support for
__alignof__
(void), hardcode value. */
Completed in 38 milliseconds
1
2
3
4
5
Indexes created Sat Feb 28 05:31:39 UTC 2026