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

/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp68 delete (PersistentSValsTy*) PersistentSVals;
240 if (!PersistentSVals) PersistentSVals = new PersistentSValsTy();
247 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h70 void * PersistentSVals; member in class:clang::ento::BasicValueFactory
83 : Ctx(ctx), BPAlloc(Alloc), PersistentSVals(nullptr),

Completed in 546 milliseconds