Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h249 NonLoc makeCompoundVal(QualType type, llvm::ImmutableList<SVal> vals) { in makeCompoundVal() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp792 SVal V = svalBuilder.makeCompoundVal(T, vals); in VisitInitListExpr()
804 svalBuilder.makeCompoundVal(T, vals))); in VisitInitListExpr()
H A DSValBuilder.cpp71 return makeCompoundVal(type, BasicVals.getEmptySValList()); in makeZeroVal()
H A DCallEvent.cpp422 return SVB.makeCompoundVal(ParamType, CompoundSVals); in processArgument()