Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h70 PreStoreKind, enumerator
384 return k == PreLoadKind || k == PreStoreKind; in isKind()
406 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() argument
412 return location.getKind() == PreStoreKind; in isKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DProgramPoint.cpp36 case ProgramPoint::PreStoreKind: in getProgramPoint()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp336 ProgramPoint::PreStoreKind; in runChecker()