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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 106 CompoundLiteralRegionKind = BEG_TYPED_VALUE_REGIONS,
819 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
838 return R->getKind() == CompoundLiteralRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 122 case MemRegion::CompoundLiteralRegionKind:
MemRegion.cpp 298 ID.AddInteger((unsigned) CompoundLiteralRegionKind);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 756 case MemRegion::CompoundLiteralRegionKind:
    [all...]

Completed in 50 milliseconds