Searched refs:checkArithmeticIncompletePointerType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7474 static bool checkArithmeticIncompletePointerType(Sema &S, SourceLocation Loc, in checkArithmeticIncompletePointerType() function 7513 if (checkArithmeticIncompletePointerType(S, Loc, Operand)) return false; in checkArithmeticOpPointerOperand() 7572 if (isLHSPointer && checkArithmeticIncompletePointerType(S, Loc, LHSExpr)) in checkArithmeticBinOpPointerOperands() 7574 if (isRHSPointer && checkArithmeticIncompletePointerType(S, Loc, RHSExpr)) in checkArithmeticBinOpPointerOperands() 9430 if (checkArithmeticIncompletePointerType(S, OpLoc, Op) || in CheckIncrementDecrementOperand()
|