Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp62 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()
100 E = expr->IgnoreParenLValueCasts(); in getDereferenceExpr()
DCStringSyntaxChecker.cpp161 dyn_cast<DeclRefExpr>(LenArg->IgnoreParenLValueCasts()); in containsBadStrlcpyStrlcatPattern()
DCheckSecuritySyntaxOnly.cpp294 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
296 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp451 E = E->IgnoreParenLValueCasts(); in isSelf()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h898 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
899 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function
900 return const_cast<Expr *>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp1928 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()
DSemaOpenMP.cpp19366 const Expr *VE = RE->IgnoreParenLValueCasts(); in checkMappableExpressionList()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp2945 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr