HomeSort by: relevance | last modified time | path
    Searched refs:WCharWidth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 749 int WCharWidth = WCharWidthValue->getZExtValue();
750 assert((WCharWidth == 2 || WCharWidth == 4) &&
752 ATS.emitAttribute(ARMBuildAttrs::ABI_PCS_wchar_t, WCharWidth);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 614 uint64_t WCharWidth =
616 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);

Completed in 24 milliseconds