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.h48 enum Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind, enumerator
168 : SymbolData(ConjuredKind, sym), S(s), T(t), Count(count), in SymbolConjured()
183 profile.AddInteger((unsigned) ConjuredKind); in Profile()
197 return SE->getKind() == ConjuredKind; in classof()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp139 case SymExpr::ConjuredKind: in expand()
DProgramState.cpp499 case SymExpr::ConjuredKind: in scan()