Home | History | Annotate | Download | only in Sema

Lines Matching refs:Compatible

65     // correction from DR343): "An array with element type compatible with a
810 // compatible structure or union type. In the latter case, the
817 == Sema::Compatible) {
950 hadError = true; // types weren't compatible.
1060 hadError = true; // types weren't compatible.
3239 // candidates with reference-compatible results? That might be needed to
3394 // reference-compatible with "cv2 T2," or
3419 // lvalue of type "cv3 T3," where "cv1 T1" is reference-compatible
3463 // "cv1 T1" is reference-compatible with "cv2 T2"
3506 // where "cv1 T1" is reference-compatible with "cv3 T3",
3961 /// \brief Determine whether we have compatible array types for the
5385 if (ConvTy != Sema::Compatible &&
5388 == Sema::Compatible)
5389 ConvTy = Sema::Compatible;