Home
last modified time | relevance | path

Searched defs:Aligned8Int (Results 1 – 1 of 1) sorted by relevance

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