Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp417 llvm::ImmutableList<SVal> CompoundSVals = BVF.getEmptySValList(); in processArgument() local
418 CompoundSVals = BVF.prependSVal(Value, CompoundSVals); in processArgument()
421 return SVB.makeCompoundVal(ParamType, CompoundSVals); in processArgument()