Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp757 int EnumWidth = EnumWidthValue->getZExtValue(); in emitAttributes() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp732 uint64_t EnumWidth = Context.getLangOpts().ShortEnums ? 1 : 4; in Release() local