Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp73 static const Expr *peelOffPointerArithmetic(const BinaryOperator *B) { in peelOffPointerArithmetic() function
110 if (const Expr *Inner = peelOffPointerArithmetic(B)) { in getDerefExpr()
1977 if (const Expr *SubEx = peelOffPointerArithmetic(BO)) in peelOffOuterExpr()