Searched defs:S9 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp78 struct S9 { struct
/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp49 struct S9 { // expected-warning {{packed attribute is unnecessary for 'S9'}} struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
H A Dmicrosoft-abi-static-initializers.cpp54 static S S9; local
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c42 struct S9 { int i; float f; } *x9; struct
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp253 template<typename ...T> struct S9 {}; struct
254 template<typename T> using U9 = S9<int, char, T>;
256 int f9(S9<int, char, U9<const double>>);
260 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'S9<[2 * ...], S9<[2 * ...], double>>' to 'S9<[2 * ...], S9<[2 * ...], const double>>' for 1st argument
262 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'S9<int, char, S9<int, char, double>>' to 'S9<in
[all...]

Completed in 205 milliseconds