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

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 68 const MemRegion *R = X->stripCasts();
128 const MemRegion *loc::MemRegionVal::stripCasts() const {
130 return R ? R->StripCasts() : NULL;
  /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 455 const MemRegion* stripCasts() const;
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 294 const TypedValueRegion* R = dyn_cast<TypedValueRegion>(LV->stripCasts());

Completed in 80 milliseconds