Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExpr.cpp1987 bool BinaryOperator::isNullPointerArithmeticExtension(ASTContext &Ctx, in isNullPointerArithmeticExtension() function in BinaryOperator
/external/llvm-project/clang/include/clang/AST/
DExpr.h3891 static bool isNullPointerArithmeticExtension(ASTContext &Ctx, Opcode Opc,
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp3312 if (BinaryOperator::isNullPointerArithmeticExtension(CGF.getContext(), in emitPointerArithmetic()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10565 bool IsGNUIdiom = BinaryOperator::isNullPointerArithmeticExtension( in CheckAdditionOperands()