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.h45 enum Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, enumerator
240 : SymbolData(ExtentKind, sym), R(r) {} in SymbolExtent()
249 profile.AddInteger((unsigned) ExtentKind); in Profile()
259 return SE->getKind() == ExtentKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp121 case SymExpr::ExtentKind: in expand()
470 case SymExpr::ExtentKind: in isLive()
DProgramState.cpp542 case SymExpr::ExtentKind: in scan()