Searched refs:CalleeLC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h565 bool replayWithoutInlining(ExplodedNode *P, const LocationContext *CalleeLC);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1125 const LocationContext *CalleeLC) {
1126 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1200 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext(); local
1201 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1212 replayWithoutInlining(Pred, CalleeLC)))
1124 replayWithoutInlining(ExplodedNode *N, const LocationContext *CalleeLC) argument

Completed in 108 milliseconds