Home | History | Annotate | Download | only in CodeGen

Lines Matching full:issigned

238   bool IsSigned = FD->getType()->isSignedIntegerOrEnumerationType();
261 return CGBitFieldInfo(Offset, Size, IsSigned, StorageSize, StorageAlignment);
1107 << " IsSigned:" << IsSigned