Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp219 static bool checkForRecursiveFunctionCall(const FunctionDecl *FD, CFG *cfg) { in checkForRecursiveFunctionCall() function
273 if (checkForRecursiveFunctionCall(FD, cfg)) in checkRecursiveFunction()