Home | History | Annotate | Download | only in Sema

Lines Matching full:comparisons

6496 /// \brief Diagnose bad pointer comparisons.
6517 // comparisons of pointers.
6571 // Handle vector comparisons separately.
6588 // For non-floating point types, check for self-comparisons of the form
6593 // expansion. Also don't warn about comparisons which are only self
6594 // comparisons within a template specialization. The warnings should catch
6636 // Warn about comparisons against a string constant (unless the other
6692 // The result of comparisons is 'bool' in C++, 'int' in C.
6699 // Check for comparisons of floating point operands using != and ==.
6782 // comparisons of member pointers to null pointer constants.
6962 /// CheckVectorCompareOperands - vector comparisons are a clang extension that
6982 // For non-floating point types, check for self-comparisons of the form
6998 // Check for comparisons of floating point operands using != and ==.