Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dattr-cleanup.c63 typedef __attribute__((aligned(2))) int Aligned2Int; typedef
65Aligned2Int __attribute__((cleanup(c1))) xwarn; // expected-warning{{passing 2-byte aligned argume… in t9()
/llvm-project/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp10 typedef __attribute__((aligned(2))) int Aligned2Int; typedef
21 Aligned2Int xwarn; in test0()
287 void testFunctionPointerArray(void (*fptr[10])(Aligned8Int *), Aligned2Int* src) { in testFunctionPointerArray()