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

/external/clang/lib/Sema/
H A DSemaExpr.cpp7067 static bool checkArithmeticIncompletePointerType(Sema &S, SourceLocation Loc, function
7099 if (checkArithmeticIncompletePointerType(S, Loc, Operand)) return false;
7145 if (isLHSPointer && checkArithmeticIncompletePointerType(S, Loc, LHSExpr))
7147 if (isRHSPointer && checkArithmeticIncompletePointerType(S, Loc, RHSExpr))
8792 if (checkArithmeticIncompletePointerType(S, OpLoc, Op) ||

Completed in 53 milliseconds