Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h124 llvm::ImmutableList<SVal>::Factory SValListFactory; variable
136 : Ctx(ctx), BPAlloc(Alloc), SValListFactory(Alloc), in BasicValueFactory()
249 return SValListFactory.getEmptyList(); in getEmptySValList()
253 return SValListFactory.add(X, L); in prependSVal()