HomeSort by relevance Sort by last modified time
    Searched refs:inner2_foo (Results 1 - 2 of 2) sorted by null

  /external/clang/test/PCH/
cxx1y-local-templates.cpp 12 template<class T> T inner2_foo(T t) { function in struct:Inner1::Inner2
19 return Inner1{}.inner1_foo('a').inner2_foo(4);
27 template<class T> T inner2_foo(T t) { function in struct:Inner1::Inner2
42 C.inner2_foo(3.14);
cxx-local-templates.cpp 31 template<class T> T inner2_foo(T t) { function in struct:Inner1::Inner2
35 return Inner2{}.inner2_foo(3.14);

Completed in 481 milliseconds