Searched refs:SA8a (Results 1 – 1 of 1) sorted by relevance
207 StructAligned8 SA8a(11); in test8() local209 auto SA8c = SA8a + SA8b; in test8()210 auto SA8d = SA8a - &SA8b; in test8()232 …auto bonus2 = SA8a + TA8b; // expected-warning {{passing 4-byte aligned argument to 8-byte aligne… in test8()234 …auto bonus4 = SA8a - &TA8b; // expected-warning {{passing 4-byte aligned argument to 8-byte aligne… in test8()250 test9Struct SA8a(11); in test9() local252 auto SA8c = SA8a + SA8b; in test9()263 …auto bonus2 = SA8a + TA8b; // expected-warning {{passing 4-byte aligned argument to 8-byte aligned… in test9()