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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11597 static void diagnoseSubtractionOnNullPointer(Sema &S, SourceLocation Loc, function
12073 diagnoseSubtractionOnNullPointer(*this, Loc, LHS.get(), RHSIsNullPtr);
12075 diagnoseSubtractionOnNullPointer(*this, Loc, RHS.get(), LHSIsNullPtr);

Completed in 224 milliseconds