Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DProgramPoint.cpp36 return PreStore(S, LC, tag); in getProgramPoint()
/external/clang/include/clang/Analysis/
DProgramPoint.h370 class PreStore : public LocationCheck {
372 PreStore(const Stmt *S, const LocationContext *L,
378 PreStore() {} in PreStore() function