Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h73 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind); in enqueue()
H A DCoreEngine.h424 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
434 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h66 PostStmtKind, enumerator
74 MinPostStmtKind = PostStmtKind,
323 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DProgramPoint.cpp30 case ProgramPoint::PostStmtKind: in getProgramPoint()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp171 ProgramPoint::PostStmtKind; in runChecker()
667 Call.getOriginExpr(), ProgramPoint::PostStmtKind, in runCheckersForEvalCall()
H A DExprEngine.cpp3443 ProgramPoint::PostStmtKind); in VisitAtomicExpr()