OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:align_typedef
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
alignas.c
14
typedef _Alignas(8) char
align_typedef
; // expected-error {{'_Alignas' attribute only applies to variables and fields}}
variable
/external/clang/test/SemaCXX/
attr-cxx0x.cpp
33
typedef char
align_typedef
alignas(8); // expected-error {{'alignas' attribute only applies to variables, data members and tag types}}
34
template<typename T> using align_alias_template =
align_typedef
alignas(8); // expected-error {{'alignas' attribute cannot be applied to types}}
Completed in 38 milliseconds