Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h48 enum Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, enumerator
241 : SymbolData(ExtentKind, sym), R(r) {} in SymbolExtent()
250 profile.AddInteger((unsigned) ExtentKind); in Profile()
260 return SE->getKind() == ExtentKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp145 case SymExpr::ExtentKind: in expand()
DProgramState.cpp512 case SymExpr::ExtentKind: in scan()