Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h45 enum Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, enumerator
165 : SymbolData(ConjuredKind, sym), S(s), T(t), Count(count), in SymbolConjured()
180 profile.AddInteger((unsigned) ConjuredKind); in Profile()
194 return SE->getKind() == ConjuredKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp119 case SymExpr::ConjuredKind: in expand()
464 case SymExpr::ConjuredKind: in isLive()
DProgramState.cpp540 case SymExpr::ConjuredKind: in scan()