Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DProgramPoint.cpp29 case ProgramPoint::PostStmtKind: in getProgramPoint()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h74 assert(N->getLocation().getKind() != ProgramPoint::PostStmtKind); in enqueue()
DCoreEngine.h382 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
392 ProgramPoint::Kind K = ProgramPoint::PostStmtKind){
/external/clang/include/clang/Analysis/
DProgramPoint.h69 PostStmtKind, enumerator
76 MinPostStmtKind = PostStmtKind,
316 : StmtPoint(S, nullptr, PostStmtKind, L, tag) {} in StmtPoint() argument
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp156 ProgramPoint::PostStmtKind; in runChecker()
602 ProgramPoint::Kind K = ProgramPoint::PostStmtKind; in runCheckersForEvalCall()
DExprEngine.cpp2111 ProgramPoint::PostStmtKind); in VisitAtomicExpr()