Home | History | Annotate | Download | only in Sema

Lines Matching full:arithmetic

697 /// \brief Handle arithmetic conversion with complex types.  Helper function of
744 /// \brief Hande arithmetic conversion from integer to float. Helper function
847 /// \brief Handle integer arithmetic conversions. Helper function of
898 /// binary operators (C99 6.3.1.8). If both operands aren't arithmetic, this
899 /// routine returns the first non-arithmetic type found. The client is
926 // If either side is a non-arithmetic type (e.g. a pointer), we are done.
945 // At this point, we have two different arithmetic types.
2755 // Every built-in scalar type (OpenCL 1.1 6.1.1) is either an arithmetic
4013 // Both Src and Dest are scalar types, i.e. arithmetic or pointer.
4700 // If both operands have arithmetic type, do the usual arithmetic conversions
4918 /// IsArithmeticBinaryExpr - Returns true if E is an arithmetic binary
4997 // The condition is an arithmetic binary expression, with a right-
5369 // Arithmetic conversions.
5886 /// \brief Diagnose invalid arithmetic on two void pointers.
5896 /// \brief Diagnose invalid arithmetic on a void pointer.
5905 /// \brief Diagnose invalid arithmetic on two function pointers.
5921 /// \brief Diagnose invalid arithmetic on a function pointer.
5951 /// \brief Check the validity of an arithmetic pointer operand.
5954 /// which are invalid in arithmetic operations. These will be diagnosed
5978 /// \brief Check the validity of a binary arithmetic operation w.r.t. pointer
5981 /// This routine will diagnose any invalid arithmetic on pointer operands much
5997 // Check for arithmetic on pointers to incomplete types.
6064 // handle the common case first (both operands are arithmetic).
6124 // Handle the common case first (both operands are arithmetic).
6279 // Shifts don't perform usual arithmetic conversions, they just do integer