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

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 120 case MemRegion::CompoundLiteralRegionKind:
MemRegion.cpp 292 ID.AddInteger((unsigned) CompoundLiteralRegionKind);
984 case CompoundLiteralRegionKind:
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 95 CompoundLiteralRegionKind = BEG_TYPED_VALUE_REGIONS,
747 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
766 return R->getKind() == CompoundLiteralRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 747 case MemRegion::CompoundLiteralRegionKind:
    [all...]

Completed in 162 milliseconds