Searched refs:stripCasts (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp296 static const Expr *stripCasts(ASTContext &C, const Expr *Ex) { function
314 dyn_cast<DeclRefExpr>(stripCasts(DC->getParentASTContext(), E)))
378 dyn_cast<DeclRefExpr>(stripCasts(VD->getASTContext(), Init));
486 const Expr *Ex = stripCasts(DC->getParentASTContext(), *I);
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp418 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts()))
H A DBasicObjCFoundationChecks.cpp472 const TypedValueRegion* R = dyn_cast<TypedValueRegion>(LV->stripCasts());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp161 const MemRegion *loc::MemRegionVal::stripCasts(bool StripBaseCasts) const { function in class:loc::MemRegionVal
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h610 const MemRegion* stripCasts(bool StripBaseCasts = true) const;

Completed in 74 milliseconds