Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp41 …TypedefAligned4 TA4(11); // expected-warning {{passing 4-byte aligned argument to 8-byte aligned p… in test1() local
57 …TypedefAligned4 TA4(o); // expected-warning {{passing 4-byte aligned argument to 8-byte aligned pa… in test1_byvalue() local
74 …TypedefAligned4 TA4; // expected-warning {{passing 4-byte aligned argument to 8-byte alig… in test2() local
94 …TypedefAligned4 TA4; // expected-warning {{passing 4-byte aligned argument to 8-byte aligned param… in test2_byvalue() local
120 …TypedefAligned4 TA4(11); // expected-warning {{passing 4-byte aligned argument to 8-byte aligned p… in test5() local
147 …TypedefAligned4 TA4(11); // expected-warning {{passing 4-byte aligned argument to 8-byte aligned p… in test6() local
170 …TypedefAligned4 TA4(11); // expected-warning {{passing 4-byte aligned argument to 8-byte aligned … in test7() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1494 struct TA4 { using Type = int; }; argument