Home
last modified time | relevance | path

Searched refs:IgnoreParenLValueCasts (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp62 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()
100 E = expr->IgnoreParenLValueCasts(); in getDereferenceExpr()
H A DCStringSyntaxChecker.cpp161 dyn_cast<DeclRefExpr>(LenArg->IgnoreParenLValueCasts()); in containsBadStrlcpyStrlcatPattern()
H A DCheckSecuritySyntaxOnly.cpp294 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
296 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp451 E = E->IgnoreParenLValueCasts(); in isSelf()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h901 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
902 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function
903 return const_cast<Expr *>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1928 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()
H A DSemaOpenMP.cpp18983 const Expr *VE = RE->IgnoreParenLValueCasts(); in checkMappableExpressionList()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp2873 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr