Searched refs:getProgramPoint (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 173 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K, in runChecker() 229 const ProgramPoint &L = Msg.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() 287 const ProgramPoint &L = Call.getProgramPoint(IsPreVisit,checkFn.Checker); in runChecker() 337 ProgramPoint::getProgramPoint(NodeEx, K, in runChecker() 572 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, ProgarmPointKind, in runChecker() 667 ProgramPoint L = ProgramPoint::getProgramPoint( in runCheckersForEvalCall()
|
| H A D | ExprEngineCallAndReturn.cpp | 729 Bldr.generateNode(Call.getProgramPoint(), State, Pred); in conservativeEvalCall()
|
| H A D | CallEvent.cpp | 307 ProgramPoint CallEvent::getProgramPoint(bool IsPreVisit, in getProgramPoint() function in CallEvent
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 413 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K, 423 const ProgramPoint &L = ProgramPoint::getProgramPoint(S, K,
|
| H A D | CallEvent.h | 353 ProgramPoint getProgramPoint(bool IsPreVisit = false,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 22 ProgramPoint ProgramPoint::getProgramPoint(const Stmt *S, ProgramPoint::Kind K, in getProgramPoint() function in ProgramPoint
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 220 static ProgramPoint getProgramPoint(const Stmt *S, ProgramPoint::Kind K,
|