Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprConstant.cpp6316 static const Expr *ignorePointerCastsAndParens(const Expr *E) { in ignorePointerCastsAndParens() function
6334 return ignorePointerCastsAndParens(SubExpr); in ignorePointerCastsAndParens()
6454 } else if (!EvaluatePointer(ignorePointerCastsAndParens(E), Base, Info)) in tryEvaluateBuiltinObjectSize()