Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-exception-escape.cpp280 int recursion_helper(int n) { in recursion_helper() function
288 return recursion_helper(n); in indirectly_recursive()