Home
last modified time | relevance | path

Searched refs:PostLValue (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Analysis/
DProgramPoint.cpp38 return PostLValue(S, LC, tag); in getProgramPoint()
/external/clang/include/clang/Analysis/
DProgramPoint.h425 class PostLValue : public PostStmt {
427 PostLValue(const Stmt *S, const LocationContext *L,
433 PostLValue() {} in PostLValue() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2720 else if (Loc.getAs<PostLValue>()) in getNodeLabel()