Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3978 static bool isNullPointerArithmeticExtension(ASTContext &Ctx, Opcode Opc,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp2199 bool BinaryOperator::isNullPointerArithmeticExtension(ASTContext &Ctx, in isNullPointerArithmeticExtension() function in BinaryOperator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp3651 if (BinaryOperator::isNullPointerArithmeticExtension(CGF.getContext(), in emitPointerArithmetic()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11494 bool IsGNUIdiom = BinaryOperator::isNullPointerArithmeticExtension( in CheckAdditionOperands()