HomeSort by relevance Sort by last modified time
    Searched refs:EnumWidth (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 778 int EnumWidth = EnumWidthValue->getZExtValue();
779 assert((EnumWidth == 1 || EnumWidth == 4) &&
781 int EnumBuildAttr = EnumWidth == 1 ? 1 : 2;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 393 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4;
394 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
    [all...]

Completed in 162 milliseconds