Searched refs:PR9380 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp110 // PR9380
111 struct PR9380 { struct
112 ~PR9380();
114 struct PR9380_B : public PR9380 {
115 PR9380_B( const PR9380& str );
117 void test_PR9380(const PR9380& aKey) {
118 const PR9380& flatKey = PR9380_B(aKey);
123 PR9380 a[2];
129 typedef PR9380 PR9380_Ty;

Completed in 43 milliseconds