Home
last modified time | relevance | path

Searched refs:getProgramPoint (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp164 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K, in runChecker()
220 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker()
278 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker()
328 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker()
560 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, ProgarmPointKind, in runChecker()
655 ProgramPoint::getProgramPoint(CE, K, Pred->getLocationContext(), in runCheckersForEvalCall()
H A DExprEngineCallAndReturn.cpp655 Bldr.generateNode(Call.getProgramPoint(), State, Pred); in conservativeEvalCall()
H A DCallEvent.cpp339 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, in getProgramPoint() function in CallEvent
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h404 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
414 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
H A DCallEvent.h373 ProgramPoint getProgramPoint(bool IsPreVisit = false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp21 ProgramPoint ProgramPoint::getProgramPoint(const Stmt *S, ProgramPoint::Kind K, in getProgramPoint() function in ProgramPoint
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h222 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,