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

/external/clang/lib/Analysis/
H A DProgramPoint.cpp35 case ProgramPoint::PreStoreKind:
/external/clang/include/clang/Analysis/
H A DProgramPoint.h72 PreStoreKind, enumerator in enum:clang::ProgramPoint::Kind
352 return k == PreLoadKind || k == PreStoreKind;
374 : LocationCheck(S, L, PreStoreKind, tag) {}
380 return location.getKind() == PreStoreKind;
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp311 ProgramPoint::PreStoreKind;

Completed in 59 milliseconds