Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11297 bool isRHSFuncPtr = isRHSPointer && RHSPointeeTy->isFunctionType(); in checkArithmeticBinOpPointerOperands() local
11298 if (isLHSFuncPtr || isRHSFuncPtr) { in checkArithmeticBinOpPointerOperands()
11299 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands()