Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dreturn-stack-addr.cpp124 PR7999_X& PR7999_f(PR7999<PR7999_X> s) { return s.value; } // no-warning in PR7999_f() function
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.cpp125 PR7999_X& PR7999_f(PR7999<PR7999_X> s) { return s.value; } // no-warning in PR7999_f() function
126 void test_PR7999(PR7999_X& x) { (void)PR7999_f(x); } // no-warning in test_PR7999()