Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp419 llvm::ImmutableList<SVal> CompoundSVals = BVF.getEmptySValList(); in processArgument() local
420 CompoundSVals = BVF.prependSVal(Value, CompoundSVals); in processArgument()
423 return SVB.makeCompoundVal(ParamType, CompoundSVals); in processArgument()