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

/external/clang/lib/Sema/
H A DSemaExpr.cpp6207 // checkArithmeticNull - Detect when a NULL constant is used improperly in an
6210 static void checkArithmeticNull(Sema &S, ExprResult &LHS, ExprResult &RHS, function
6249 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false);
6275 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false);
6490 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false);
6563 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false);
6717 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false);
7022 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/true);
7485 checkArithmeticNull(*this, LHS, RHS, Loc, /*isCompare=*/false);

Completed in 89 milliseconds