Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h645 const CFG *CalleeCFG = CalleeCtx->getCFG(); in getEntry() local
646 return &(CalleeCFG->getEntry()); in getEntry()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1055 const CFG *CalleeCFG = CalleeADC->getCFG(); in mayInlineDecl() local
1056 if (!CalleeCFG) in mayInlineDecl()