Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
2183 if (const Expr *SubEx = peelOffPointerArithmetic(BO)) in peelOffOuterExpr()