Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-control-flow.cpp198 void template_loop(T end) { in template_loop() function
208 void template_loop(int end) { in template_loop() function
221 template_loop(10); in call_templates()
222 template_loop(10L); in call_templates()
223 template_loop(10U); in call_templates()