Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EnumWidth

377     uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4;
378 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);