Home
last modified time | relevance | path

Searched refs:template_alias (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dalignof.cpp103 using template_alias = aligned_int; typedef
104 static_assert(alignof(template_alias<void>) == 16, "Expected alignment of 16" );
H A Dusing-if-exists.cpp203 using template_alias UIE = NS::x; // expected-error {{'using_if_exists' attribute only applies to n… typedef
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def201 HANDLE_DW_TAG(0x0043, template_alias, 4, DWARF, DW_KIND_NONE)