Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp68 delete (PersistentSValsTy*) PersistentSVals; in ~BasicValueFactory()
244 if (!PersistentSVals) PersistentSVals = new PersistentSValsTy(); in getPersistentSValWithData()
251 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals); in getPersistentSValWithData()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h70 void * PersistentSVals; variable
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr), in BasicValueFactory()