Searched refs:template_alias (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/test/SemaCXX/ |
D | alignof.cpp | 103 using template_alias = aligned_int; typedef 104 static_assert(alignof(template_alias<void>) == 16, "Expected alignment of 16" );
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 105 HANDLE_DW_TAG(0x0043, template_alias)
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 188 HANDLE_DW_TAG(0x0043, template_alias, 4, DWARF, DW_KIND_NONE)
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 201 HANDLE_DW_TAG(0x0043, template_alias, 4, DWARF, DW_KIND_NONE)
|