Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h73 llvm::ImmutableList<SVal>::Factory SValListFactory; variable
84 PersistentSValPairs(nullptr), SValListFactory(Alloc) {} in BasicValueFactory()
176 return SValListFactory.getEmptyList(); in getEmptySValList()
180 return SValListFactory.add(X, L); in consVals()