Searched refs:template_function (Results 1 – 3 of 3) sorted by relevance
154 void template_function(T t, int n) { in template_function() function176 template_function(1, 42); in test_templates()177 template_function(1.0, 42); in test_templates()
79 void template_function(T t, int n) { function91 template_function(1, 42);92 template_function(1.0, 42);
358 void template_function(T t) { in template_function() function382 template_function(IntOwner1); // Ok, but not actually ok, since type deduction removes owner in test_templates()383 template_function(stack_ptr1); // Bad, but type deduction gets it wrong in test_templates()