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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AVR.h 162 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {
166 : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned);
WebAssembly.h 120 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const final {
124 : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned);
OSTargets.h 158 TargetInfo::IntType getLeastIntTypeByWidth(unsigned BitWidth,
164 : TargetInfo::getLeastIntTypeByWidth(BitWidth, IsSigned);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 264 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 251 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);
265 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 395 virtual IntType getLeastIntTypeByWidth(unsigned BitWidth,

Completed in 30 milliseconds