Home
last modified time | relevance | path

Searched refs:PostCondition (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
DProgramPoint.h304 class PostCondition : public PostStmt {
306 PostCondition(const Stmt *S, const LocationContext *L,
312 PostCondition() {} in PostCondition() function
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp419 ProgramPoint L = PostCondition(Condition, Pred->getLocationContext(), in runChecker()