Searched refs:templated_calls_bar_arg (Results 1 – 1 of 1) sorted by relevance
83 template <class T> void templated_calls_bar_arg(T v) { bar(v); } // \ in templated_calls_bar_arg() function101 templated_calls_bar_arg(5); // \ in calls_templates_which_call_bar()