HomeSort by relevance Sort by last modified time
    Searched refs:getLeastIntTypeByWidth (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 234 IntType getLeastIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
  /external/clang/lib/Basic/
TargetInfo.cpp 171 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth,
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 254 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);
267 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);
    [all...]

Completed in 152 milliseconds