Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h69 PreStoreKind, enumerator
379 return k == PreLoadKind || k == PreStoreKind; in isKind()
401 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() argument
407 return location.getKind() == PreStoreKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp36 case ProgramPoint::PreStoreKind: in getProgramPoint()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp334 ProgramPoint::PreStoreKind; in runChecker()