Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h248 llvm::ImmutableList<SVal> getEmptySValList() { in getEmptySValList() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp72 return makeCompoundVal(type, BasicVals.getEmptySValList()); in makeZeroVal()
H A DCallEvent.cpp417 llvm::ImmutableList<SVal> CompoundSVals = BVF.getEmptySValList(); in processArgument()
H A DExprEngineC.cpp754 llvm::ImmutableList<SVal> vals = getBasicVals().getEmptySValList(); in VisitInitListExpr()