Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h262 NonLoc makeCompoundVal(QualType type, llvm::ImmutableList<SVal> vals) { in makeCompoundVal() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp753 SVal V = svalBuilder.makeCompoundVal(T, vals); in VisitInitListExpr()
765 svalBuilder.makeCompoundVal(T, vals))); in VisitInitListExpr()
H A DCallEvent.cpp423 return SVB.makeCompoundVal(ParamType, CompoundSVals); in processArgument()