Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DProgramPoint.cpp34 return PostLoad(S, LC, tag); in getProgramPoint()
/external/clang/include/clang/Analysis/
DProgramPoint.h384 class PostLoad : public PostStmt {
386 PostLoad(const Stmt *S, const LocationContext *L,
392 PostLoad() {} in PostLoad() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2716 else if (Loc.getAs<PostLoad>()) in getNodeLabel()