Home | History | Annotate | Download | only in Sema

Lines Matching refs:Incompatible

4908   // be incompatible with address space 3: they may live on different devices or
5213 // incompatible then make sure to use 'id' as the composite
5683 /// pint = pshort; // warning: assignment from incompatible pointer type
5686 /// pint = pfoo; // warning: assignment from incompatible pointer type
5691 /// Sets 'Kind' for any result kind except Incompatible.
5734 return Incompatible;
5741 return Incompatible;
5774 return Incompatible;
5827 return Incompatible;
5857 return Incompatible;
5907 return Incompatible;
5924 return Incompatible;
5941 return Incompatible;
5952 return Incompatible;
5985 return Incompatible;
6024 return Incompatible;
6051 return Incompatible;
6056 return Incompatible;
6092 return Incompatible;
6105 if (result != Incompatible && RHS.get()->getType() != LHSType)
6477 /// \brief Emit error when two pointers are incompatible.
9987 case Incompatible: