Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp37 case ProgramPoint::PreStoreKind: in getProgramPoint()
72 case PreStoreKind: in getProgramPointKindName()
126 case PreStoreKind: in getSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h72 PreStoreKind, enumerator
389 return k == PreLoadKind || k == PreStoreKind; in isKind()
411 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() argument
417 return location.getKind() == PreStoreKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp340 ProgramPoint::PreStoreKind; in runChecker()