Home
last modified time | relevance | path

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

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