Home
last modified time | relevance | path

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

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