Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dreturn-stack-addr.cpp122 struct PR7999_X {}; struct
124 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()
/external/llvm-project/clang/test/SemaCXX/
Dreturn-stack-addr.cpp123 struct PR7999_X {}; struct
125 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()