OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnumWidth
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
751
int
EnumWidth
= EnumWidthValue->getZExtValue();
752
assert((
EnumWidth
== 1 ||
EnumWidth
== 4) &&
754
int EnumBuildAttr =
EnumWidth
== 1 ? 1 : 2;
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
377
uint64_t
EnumWidth
= Context.getLangOpts().ShortEnums ? 1 : 4;
378
getModule().addModuleFlag(llvm::Module::Error, "min_enum_size",
EnumWidth
);
[
all
...]
Completed in 57 milliseconds