Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp73 using PersistentSValsTy = typedef
86 delete (PersistentSValsTy*) PersistentSVals; in ~BasicValueFactory()
335 if (!PersistentSVals) PersistentSVals = new PersistentSValsTy(); in getPersistentSValWithData()
342 PersistentSValsTy& Map = *((PersistentSValsTy*) PersistentSVals); in getPersistentSValWithData()