Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h74 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind); in enqueue()
H A DCoreEngine.h403 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
413 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h69 PostStmtKind, enumerator
77 MinPostStmtKind = PostStmtKind,
327 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp29 case ProgramPoint::PostStmtKind: in getProgramPoint()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp163 ProgramPoint::PostStmtKind; in runChecker()
653 ProgramPoint::Kind K = ProgramPoint::PostStmtKind; in runCheckersForEvalCall()
H A DExprEngine.cpp2617 ProgramPoint::PostStmtKind); in VisitAtomicExpr()