Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DProgramPoint.h375 class LocationCheck : public StmtPoint {
377 LocationCheck() = default;
378 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function
390 class PreLoad : public LocationCheck {
394 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function
404 class PreStore : public LocationCheck {
408 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function