Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h69 PostLoadKind, enumerator
420 : PostStmt(S, PostLoadKind, L, tag) {} in PostStmt() argument
426 return Location.getKind() == PostLoadKind; in isKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp34 case ProgramPoint::PostLoadKind: in getProgramPoint()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2991 ProgramPoint::PostLoadKind); in evalLoad()