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

/external/clang/lib/Sema/
H A DSemaExpr.cpp5968 /// IsArithmeticBinaryExpr - Returns true if E is an arithmetic binary
5972 static bool IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode, function
6043 if (!IsArithmeticBinaryExpr(Condition, &CondOpcode, &CondRHS))

Completed in 209 milliseconds