Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp8229 bool isLHSFuncPtr = isLHSPointer && LHSPointeeTy->isFunctionType(); in checkArithmeticBinOpPointerOperands() local
8231 if (isLHSFuncPtr || isRHSFuncPtr) { in checkArithmeticBinOpPointerOperands()
8233 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10382 bool isLHSFuncPtr = isLHSPointer && LHSPointeeTy->isFunctionType(); in checkArithmeticBinOpPointerOperands() local
10384 if (isLHSFuncPtr || isRHSFuncPtr) { in checkArithmeticBinOpPointerOperands()
10386 else if (!isLHSFuncPtr) diagnoseArithmeticOnFunctionPointer(S, Loc, in checkArithmeticBinOpPointerOperands()