Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp9 typedef __attribute__((aligned(2))) int Aligned2Int; typedef
20 Aligned2Int xwarn; in test0()
286 void testFunctionPointerArray(void (*fptr[10])(Aligned8Int *), Aligned2Int* src) { in testFunctionPointerArray()