Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp8554 static bool IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode, in IsArithmeticBinaryExpr() function
8629 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS)) in DiagnoseConditionalPrecedence()