Home
last modified time | relevance | path

Searched refs:PostLValueKind (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDProgramPoint.cpp37 case ProgramPoint::PostLValueKind: in getProgramPoint()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDProgramPoint.h52 PostLValueKind, enumerator
54 MaxPostStmtKind = PostLValueKind,
406 : PostStmt(S, PostLValueKind, L, tag) {} in PostStmt() argument
412 return Location.getKind() == PostLValueKind; in isKind()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp1866 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
1878 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
1889 ProgramPoint::PostLValueKind); in VisitCommonDeclRefExpr()
1921 ProgramPoint::PostLValueKind); in VisitLvalArraySubscriptExpr()
1995 ProgramPoint::PostLValueKind); in VisitMemberExpr()
HDExprEngineC.cpp221 nullptr, ProgramPoint::PostLValueKind); in VisitBlockExpr()