Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp9965 static bool doesExprLikelyComputeSize(const Expr *SizeofExpr) { in doesExprLikelyComputeSize() argument
9966 SizeofExpr = SizeofExpr->IgnoreParenImpCasts(); in doesExprLikelyComputeSize()
9968 if (const auto *BO = dyn_cast<BinaryOperator>(SizeofExpr)) { in doesExprLikelyComputeSize()
9976 return getAsSizeOfExpr(SizeofExpr) != nullptr; in doesExprLikelyComputeSize()