Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DProgramPoint.h371 class LocationCheck : public StmtPoint {
373 LocationCheck() = default;
374 LocationCheck(const Stmt *S, const LocationContext *L, in LocationCheck() function
386 class PreLoad : public LocationCheck {
390 : LocationCheck(S, L, PreLoadKind, tag) {} in LocationCheck() function
400 class PreStore : public LocationCheck {
404 : LocationCheck(S, L, PreStoreKind, tag) {} in LocationCheck() function