Searched refs:EnumWidth (Results 1 – 3 of 3) sorted by relevance
852 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local853 assert((EnumWidth == 1 || EnumWidth == 4) && in emitAttributes()855 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2; in emitAttributes()
741 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local742 assert((EnumWidth == 1 || EnumWidth == 4) && in emitAttributes()744 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2; in emitAttributes()
463 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local464 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth); in Release()