Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp33 case ProgramPoint::PreLoadKind: in getProgramPoint()
68 case PreLoadKind: in getProgramPointKindName()
124 case PreLoadKind: in getSourceLocation()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h70 PreLoadKind, enumerator
389 return k == PreLoadKind || k == PreStoreKind; in isKind()
397 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() argument
403 return location.getKind() == PreLoadKind; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp339 ProgramPoint::Kind K = IsLoad ? ProgramPoint::PreLoadKind : in runChecker()