Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp22 static bool isNumericLiteralExpression(const Expr *E) { in isNumericLiteralExpression() function
400 if (isNumericLiteralExpression(BL->getSubExpr())) in VisitNode()