Home
last modified time | relevance | path

Searched refs:align_typedef (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dattr-cxx0x.cpp33 typedef char align_typedef alignas(8); // expected-error {{'alignas' attribute only applies to vari… typedef
34 template<typename T> using align_alias_template = align_typedef alignas(8); // expected-error {{'al…
/external/clang/test/Sema/
Dalignas.c14 typedef _Alignas(8) char align_typedef; // expected-error {{'_Alignas' attribute only applies to va… typedef