Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDereferenceChecker.cpp69 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()
107 E = expr->IgnoreParenLValueCasts(); in getDereferenceExpr()
HDCStringSyntaxChecker.cpp161 dyn_cast<DeclRefExpr>(LenArg->IgnoreParenLValueCasts()); in containsBadStrlcpyStrlcatPattern()
HDCheckSecuritySyntaxOnly.cpp292 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
294 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransUnbridgedCasts.cpp451 E = E->IgnoreParenLValueCasts(); in isSelf()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h951 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
952 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function
953 return const_cast<Expr *>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp3087 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp1944 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()
HDSemaOpenMP.cpp20975 const Expr *VE = RE->IgnoreParenLValueCasts(); in checkMappableExpressionList()