Home | History | Annotate | Download | only in Sema

Lines Matching refs:Arithmetic

502     Arithmetic,
568 Form = Arithmetic;
627 // For an arithmetic operation, the implied arithmetic must be well-formed.
628 if (Form == Arithmetic) {
695 // The second argument is the non-atomic operand. For arithmetic, this
700 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType()))
704 else if (Form == Arithmetic)
745 case Arithmetic:
3095 /// * pointer arithmetic from an address of a stack variable
3141 // Handle pointer arithmetic. All other binary operators are not valid
4634 // arithmetic also allow the index (offset) to be equal to size since