Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp73 static const Expr *peelOffPointerArithmetic(const BinaryOperator *B) { in peelOffPointerArithmetic() function
114 if (const Expr *Inner = peelOffPointerArithmetic(B)) { in getDerefExpr()
2162 if (const Expr *SubEx = peelOffPointerArithmetic(BO)) in peelOffOuterExpr()