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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 71 const MemRegion *R = X->stripCasts();
136 const MemRegion *loc::MemRegionVal::stripCasts() const {
138 return R ? R->StripCasts() : NULL;
RegionStore.cpp 897 const MemRegion *BaseRegion = baseRegVal->stripCasts();
    [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 387 static const Expr *stripCasts(ASTContext &C, const Expr *Ex) {
478 = cast<DeclRefExpr>(stripCasts(ac.getASTContext(),
587 cast<DeclRefExpr>(stripCasts(ac.getASTContext(),
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 434 const MemRegion* stripCasts() const;
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 376 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts()))
BasicObjCFoundationChecks.cpp 293 const TypedValueRegion* R = dyn_cast<TypedValueRegion>(LV->stripCasts());

Completed in 107 milliseconds