Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsSigned

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