Searched defs:PostCondition (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/
H A DProgramPoint.h303 // PostCondition represents the post program point of a branch condition.
304 class PostCondition : public PostStmt { class in namespace:clang
306 PostCondition(const Stmt *S, const LocationContext *L, function in class:clang::PostCondition
312 PostCondition() {} function in class:clang::PostCondition

Completed in 78 milliseconds