Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h239 const CompoundValData *getCompoundValData(QualType T,
H A DSValBuilder.h265 return nonloc::CompoundVal(BasicVals.getCompoundValData(type, vals)); in makeCompoundVal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp126 BasicValueFactory::getCompoundValData(QualType T, in getCompoundValData() function in BasicValueFactory