Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h117 llvm::ImmutableList<SVal>::Factory SValListFactory; variable
129 : Ctx(ctx), BPAlloc(Alloc), SValListFactory(Alloc), in BasicValueFactory()
250 return SValListFactory.getEmptyList(); in getEmptySValList()
254 return SValListFactory.add(X, L); in prependSVal()