Searched refs:PR7999_X (Results 1 – 2 of 2) sorted by relevance
122 struct PR7999_X {}; struct124 PR7999_X& PR7999_f(PR7999<PR7999_X> s) { return s.value; } // no-warning in PR7999_f()125 void test_PR7999(PR7999_X& x) { (void)PR7999_f(x); } // no-warning in test_PR7999()
123 struct PR7999_X {}; struct125 PR7999_X& PR7999_f(PR7999<PR7999_X> s) { return s.value; } // no-warning in PR7999_f()126 void test_PR7999(PR7999_X& x) { (void)PR7999_f(x); } // no-warning in test_PR7999()