Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp208 StructAligned8 SA8b(11); in test8() local
209 auto SA8c = SA8a + SA8b; in test8()
210 auto SA8d = SA8a - &SA8b; in test8()
231 …auto bonus1 = TA8a + SA8b; // expected-warning {{passing 4-byte aligned argument to 8-byte aligne… in test8()
233 …auto bonus3 = TA8a - &SA8b; // expected-warning {{passing 4-byte aligned argument to 8-byte aligne… in test8()
251 test9Struct SA8b(11); in test9() local
252 auto SA8c = SA8a + SA8b; in test9()
262 …auto bonus1 = TA8a + SA8b; // expected-warning {{passing 4-byte aligned argument to 8-byte aligned… in test9()