Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDWorkList.h73 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind); in enqueue()
HDCoreEngine.h415 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
425 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/
HDProgramPoint.h66 PostStmtKind, enumerator
74 MinPostStmtKind = PostStmtKind,
320 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDProgramPoint.cpp30 case ProgramPoint::PostStmtKind: in getProgramPoint()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerManager.cpp171 ProgramPoint::PostStmtKind; in runChecker()
667 Call.getOriginExpr(), ProgramPoint::PostStmtKind, in runCheckersForEvalCall()
HDExprEngine.cpp3474 ProgramPoint::PostStmtKind); in VisitAtomicExpr()