Home
last modified time | relevance | path

Searched refs:PostStmtKind (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h73 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind); in enqueue()
H A DCoreEngine.h418 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
428 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h66 PostStmtKind, enumerator
74 MinPostStmtKind = PostStmtKind,
324 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp30 case ProgramPoint::PostStmtKind: in getProgramPoint()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp173 ProgramPoint::PostStmtKind; in runChecker()
669 Call.getOriginExpr(), ProgramPoint::PostStmtKind, in runCheckersForEvalCall()
H A DExprEngine.cpp3112 ProgramPoint::PostStmtKind); in VisitAtomicExpr()