Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10256 Expr *Pointer, bool IsGNUIdiom) { in diagnoseArithmeticOnNullPointer() argument
10257 if (IsGNUIdiom) in diagnoseArithmeticOnNullPointer()
10565 bool IsGNUIdiom = BinaryOperator::isNullPointerArithmeticExtension( in CheckAdditionOperands() local
10567 diagnoseArithmeticOnNullPointer(*this, Loc, PExp, IsGNUIdiom); in CheckAdditionOperands()