Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1137 const StackFrameContext *CalleeLC = CE->getCalleeContext(); in generatePathDiagnosticsForNode() local
1138 const Decl *D = CalleeLC->getDecl(); in generatePathDiagnosticsForNode()
2046 const StackFrameContext *CalleeLC = in generate() local
2048 const Decl *D = CalleeLC->getDecl(); in generate()
DExprEngine.cpp2405 const LocationContext *CalleeLC) { in replayWithoutInlining() argument
2406 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame(); in replayWithoutInlining()
2517 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext(); in processCFGBlockEntrance() local
2518 const LocationContext *CalleeSF = CalleeLC->getStackFrame(); in processCFGBlockEntrance()
2529 replayWithoutInlining(Pred, CalleeLC))) in processCFGBlockEntrance()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h881 bool replayWithoutInlining(ExplodedNode *P, const LocationContext *CalleeLC);