Home | History | Annotate | Download | only in Sema

Lines Matching refs:Compatible

35 /// \brief Check whether T is compatible with a wide character type (wchar_t,
90 // "An array with element type compatible with a qualified or unqualified
893 // compatible structure or union type. In the latter case, the
900 == Sema::Compatible) {
1033 hadError = true; // types weren't compatible.
1143 hadError = true; // types weren't compatible.
3454 // candidates with reference-compatible results? That might be needed to
3660 // reference-compatible with "cv2 T2," or
3685 // lvalue of type "cv3 T3," where "cv1 T1" is reference-compatible
3729 // "cv1 T1" is reference-compatible with "cv2 T2"
3774 // where "cv1 T1" is reference-compatible with "cv3 T3",
4252 /// \brief Determine whether we have compatible array types for the
5996 if (ConvTy != Sema::Compatible &&
5999 == Sema::Compatible)
6000 ConvTy = Sema::Compatible;