Searched refs:diagnoseArithmeticOnFunctionPointer (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 8128 static void diagnoseArithmeticOnFunctionPointer(Sema &S, SourceLocation Loc, in diagnoseArithmeticOnFunctionPointer() function 8177 diagnoseArithmeticOnFunctionPointer(S, Loc, Operand); in checkArithmeticOpPointerOperand() 8232 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands() 8233 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 10282 static void diagnoseArithmeticOnFunctionPointer(Sema &S, SourceLocation Loc, in diagnoseArithmeticOnFunctionPointer() function 10332 diagnoseArithmeticOnFunctionPointer(S, Loc, Operand); in checkArithmeticOpPointerOperand() 10385 if (!isRHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, LHSExpr); in checkArithmeticBinOpPointerOperands() 10386 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()
|