Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp2.cpp26 const X get_X();
31 A<X> a0 = f1(get_X()); in test_f1_bullet3()
/external/clang/test/CodeGenCXX/
Dconstructor-init.cpp173 X<int> get_X(X<int> x) { return x; } in get_X() function