Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp35 case ProgramPoint::PostLoadKind: in getProgramPoint()
70 case PostLoadKind: in getProgramPointKindName()
125 case PostLoadKind: in getSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h71 PostLoadKind, enumerator
425 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() argument
431 return Location.getKind() == PostLoadKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3820 ProgramPoint::PostLoadKind); in evalLoad()