Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp74 static const Expr *peelOffPointerArithmetic(const BinaryOperator *B) { in peelOffPointerArithmetic() function
111 if (const Expr *Inner = peelOffPointerArithmetic(B)) { in getDerefExpr()
1563 if (const Expr *SubEx = peelOffPointerArithmetic(BO)) in peelOffOuterExpr()