Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp168 static bool hasRecursiveCallInPath(const FunctionDecl *FD, CFGBlock &Block) { in hasRecursiveCallInPath() function
233 if (hasRecursiveCallInPath(FD, *CurBlock)) in checkForRecursiveFunctionCall()
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp186 static bool hasRecursiveCallInPath(const FunctionDecl *FD, CFGBlock &Block) { in hasRecursiveCallInPath() function
241 if (hasRecursiveCallInPath(FD, *SuccBlock)) { in checkForRecursiveFunctionCall()