Searched refs:checkArithmeticIncompletePointerType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp6351 static bool checkArithmeticIncompletePointerType(Sema &S, SourceLocation Loc, function
6383 if (checkArithmeticIncompletePointerType(S, Loc, Operand)) return false;
6429 if (isLHSPointer && checkArithmeticIncompletePointerType(S, Loc, LHSExpr))
6431 if (isRHSPointer && checkArithmeticIncompletePointerType(S, Loc, RHSExpr))
7967 if (checkArithmeticIncompletePointerType(S, OpLoc, Op) ||

Completed in 66 milliseconds