Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h68 PostLoadKind, enumerator
419 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() argument
425 return Location.getKind() == PostLoadKind; in isKind()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DProgramPoint.cpp34 case ProgramPoint::PostLoadKind: in getProgramPoint()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3332 ProgramPoint::PostLoadKind); in evalLoad()