Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp31 case ProgramPoint::PostStmtKind: in getProgramPoint()
66 case PostStmtKind: in getProgramPointKindName()
123 case PostStmtKind: in getSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h73 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind); in enqueue()
H A DCoreEngine.h417 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
427 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h69 PostStmtKind, enumerator
77 MinPostStmtKind = PostStmtKind,
330 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp166 ProgramPoint::PostStmtKind; in runChecker()
737 Call.getOriginExpr(), ProgramPoint::PostStmtKind, in runCheckersForEvalCall()
H A DExprEngine.cpp3598 ProgramPoint::PostStmtKind); in VisitAtomicExpr()