Home | History | Annotate | Download | only in Sema

Lines Matching refs:Incompatible

5306   // be incompatible with address space 3: they may live on different devices or
5607 // incompatible then make sure to use 'id' as the composite
6085 /// pint = pshort; // warning: assignment from incompatible pointer type
6088 /// pint = pfoo; // warning: assignment from incompatible pointer type
6093 /// Sets 'Kind' for any result kind except Incompatible.
6136 return Incompatible;
6143 return Incompatible;
6176 return Incompatible;
6229 return Incompatible;
6259 return Incompatible;
6309 return Incompatible;
6326 return Incompatible;
6343 return Incompatible;
6354 return Incompatible;
6387 return Incompatible;
6426 return Incompatible;
6454 return Incompatible;
6459 return Incompatible;
6495 return Incompatible;
6508 if (result != Incompatible && RHS.get()->getType() != LHSType) {
6895 /// \brief Emit error when two pointers are incompatible.
10523 case Incompatible: