Home
last modified time | relevance | path

Searched defs:EnumWidth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp760 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp624 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local