Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dfunction-cognitive-complexity.cpp11 template<typename T> void some_templ_func(T x = 0) {} in some_templ_func() function
18 template<typename T> void some_templ_func(T x = 0) {} in some_templ_func() function in SomeClass
30 some_templ_func<int>(); in unittest_false()
31 some_templ_func<bool>(); in unittest_false()
34 C.some_templ_func<int>(); in unittest_false()
35 C.some_templ_func<bool>(); in unittest_false()