Home | History | Annotate | Download | only in CodeGen

Lines Matching full:issigned

227   Info.IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
659 bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
682 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageOffset);
853 << " IsSigned:" << IsSigned