Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h310 LocAsIntegerKind, CompoundValKind, LazyCompoundValKind }; enumerator
440 : NonLoc(LazyCompoundValKind, D) {} in LazyCompoundVal()
453 V.getSubKind() == LazyCompoundValKind; in isKind()
456 return V.getSubKind() == LazyCompoundValKind; in isKind()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp295 case nonloc::LazyCompoundValKind: { in dumpToStream()