Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp11035 bool isLHSFuncPtr = isLHSPointer && LHSPointeeTy->isFunctionType(); in checkArithmeticBinOpPointerOperands() local
11037 if (isLHSFuncPtr || isRHSFuncPtr) { in checkArithmeticBinOpPointerOperands()
11039 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()