Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp416 llvm::ImmutableList<SVal> CompoundSVals = BVF.getEmptySValList(); in processArgument() local
417 CompoundSVals = BVF.prependSVal(Value, CompoundSVals); in processArgument()
420 return SVB.makeCompoundVal(ParamType, CompoundSVals); in processArgument()