Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11196 static void diagnoseArithmeticOnFunctionPointer(Sema &S, SourceLocation Loc, in diagnoseArithmeticOnFunctionPointer() function
11246 diagnoseArithmeticOnFunctionPointer(S, Loc, Operand); in checkArithmeticOpPointerOperand()
11299 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands()
11300 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()