Searched refs:isNullPointerArithmeticExtension (Results 1 – 4 of 4) sorted by relevance
2206 bool BinaryOperator::isNullPointerArithmeticExtension(ASTContext &Ctx, in isNullPointerArithmeticExtension() function in BinaryOperator
4024 static bool isNullPointerArithmeticExtension(ASTContext &Ctx, Opcode Opc,
3942 if (BinaryOperator::isNullPointerArithmeticExtension(CGF.getContext(), in emitPointerArithmetic()
10930 bool IsGNUIdiom = BinaryOperator::isNullPointerArithmeticExtension( in CheckAdditionOperands()