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.h302 LocAsIntegerKind, CompoundValKind, LazyCompoundValKind }; enumerator
432 : NonLoc(LazyCompoundValKind, D) {} in LazyCompoundVal()
445 V.getSubKind() == LazyCompoundValKind; in isKind()
448 return V.getSubKind() == LazyCompoundValKind; in isKind()
/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp288 case nonloc::LazyCompoundValKind: { in dumpToStream()