Searched refs:SA8b (Results 1 – 1 of 1) sorted by relevance
208 StructAligned8 SA8b(11); in test8() local209 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() local252 auto SA8c = SA8a + SA8b; in test9()262 …auto bonus1 = TA8a + SA8b; // expected-warning {{passing 4-byte aligned argument to 8-byte aligned… in test9()