Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h73 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind); in enqueue()
H A DCoreEngine.h412 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
422 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h67 PostStmtKind, enumerator
75 MinPostStmtKind = PostStmtKind,
325 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp30 case ProgramPoint::PostStmtKind: in getProgramPoint()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp172 ProgramPoint::PostStmtKind; in runChecker()
668 Call.getOriginExpr(), ProgramPoint::PostStmtKind, in runCheckersForEvalCall()
H A DExprEngine.cpp2773 ProgramPoint::PostStmtKind); in VisitAtomicExpr()