HomeSort by relevance Sort by last modified time
    Searched full:testfunctiontemplate (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Misc/
ast-dump-decl.cpp 180 template<typename T> void TestFunctionTemplate(T) { }
183 void bar(A a) { TestFunctionTemplate(a); }
186 template<> void TestFunctionTemplate(B);
189 extern template void TestFunctionTemplate(C);
192 template void TestFunctionTemplate(D);
194 // CHECK: FunctionTemplateDecl{{.*}} TestFunctionTemplate
196 // CHECK-NEXT: FunctionDecl{{.*}} TestFunctionTemplate 'void (T)'
199 // CHECK-NEXT: FunctionDecl{{.*}} TestFunctionTemplate {{.*}}A
203 // CHECK-NEXT: Function{{.*}} 'TestFunctionTemplate' {{.*}}B
204 // CHECK-NEXT: FunctionDecl{{.*}} TestFunctionTemplate {{.*}}
    [all...]

Completed in 43 milliseconds