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

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

Completed in 53 milliseconds