Searched defs:isRHSFuncPtr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp6009 bool isRHSFuncPtr = isRHSPointer && RHSPointeeTy->isFunctionType(); local
6010 if (isLHSFuncPtr || isRHSFuncPtr) {
6011 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr);

Completed in 143 milliseconds