Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h71 PostLoadKind, enumerator
422 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() argument
428 return Location.getKind() == PostLoadKind; in isKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp33 case ProgramPoint::PostLoadKind: in getProgramPoint()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2822 ProgramPoint::PostLoadKind); in evalLoad()