OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WCharWidth
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
740
int
WCharWidth
= WCharWidthValue->getZExtValue();
741
assert((
WCharWidth
== 2 ||
WCharWidth
== 4) &&
743
ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_wchar_t,
WCharWidth
);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.cpp
372
uint64_t
WCharWidth
=
374
getModule().addModuleFlag(llvm::Module::Error, "wchar_size",
WCharWidth
);
[
all
...]
Completed in 600 milliseconds