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

  /external/clang/include/clang/Basic/
TargetInfo.h 263 virtual IntType getLeastIntTypeByWidth(unsigned BitWidth,
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 197 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth,
Targets.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 264 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);
278 TargetInfo::IntType Ty = TI.getLeastIntTypeByWidth(TypeWidth, IsSigned);
    [all...]

Completed in 125 milliseconds