Home
last modified time | relevance | path

Searched refs:doesExprLikelyComputeSize (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() function
9972 return doesExprLikelyComputeSize(BO->getLHS()) || in doesExprLikelyComputeSize()
9973 doesExprLikelyComputeSize(BO->getRHS()); in doesExprLikelyComputeSize()
10038 doesExprLikelyComputeSize(Call->getArg(1)) && in CheckMemaccessSize()
10039 !doesExprLikelyComputeSize(Call->getArg(2))) { in CheckMemaccessSize()