Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp74 static const Expr *peelOffPointerArithmetic(const BinaryOperator *B) { in peelOffPointerArithmetic() function
115 if (const Expr *Inner = peelOffPointerArithmetic(B)) { in getDerefExpr()
2003 if (const Expr *SubEx = peelOffPointerArithmetic(BO)) in peelOffOuterExpr()