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

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

Completed in 75 milliseconds