Home
last modified time | relevance | path

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

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