HomeSort by relevance Sort by last modified time
    Searched refs:ConjuredKind (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 45 enum Kind { RegionValueKind, ConjuredKind, DerivedKind, ExtentKind,
135 : SymbolData(ConjuredKind, sym), S(s), T(t), Count(count),
148 profile.AddInteger((unsigned) ConjuredKind);
161 return SE->getKind() == ConjuredKind;
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 536 case SymExpr::ConjuredKind:

Completed in 433 milliseconds