Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h169 const CompoundValData *getCompoundValData(QualType T,
DSValBuilder.h218 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp108 BasicValueFactory::getCompoundValData(QualType T, in getCompoundValData() function in BasicValueFactory