OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underaligned_longlong
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
attr-aligned.c
24
typedef long long __attribute__((aligned(1)))
underaligned_longlong
;
typedef
25
char a4[__alignof__(
underaligned_longlong
) == 1 ?: -1] = {0};
Completed in 47 milliseconds