Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h674 bool canDescend(unsigned MaxDepth, const FunctionDecl *Callee) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp852 Env.canDescend(Options.ContextSensitiveOpts->Depth, F))) in transferInlineCall()
H A DDataflowEnvironment.cpp599 bool Environment::canDescend(unsigned MaxDepth, in canDescend() function in clang::dataflow::Environment