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

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

Completed in 69 milliseconds