Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10255 static void diagnoseArithmeticOnNullPointer(Sema &S, SourceLocation Loc, in diagnoseArithmeticOnNullPointer() function
10567 diagnoseArithmeticOnNullPointer(*this, Loc, PExp, IsGNUIdiom); in CheckAdditionOperands()
10649 diagnoseArithmeticOnNullPointer(*this, Loc, LHS.get(), false); in CheckSubtractionOperands()