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

  /external/clang/include/clang/Basic/
TargetInfo.h 215 return getIntTypeByWidth(getTypeWidth(IntPtrType), false);
231 IntType getIntTypeByWidth(unsigned BitWidth, bool IsSigned) const;
  /external/clang/lib/Basic/
TargetInfo.cpp 156 TargetInfo::IntType TargetInfo::getIntTypeByWidth(
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 224 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
245 Ty = IsSigned ? TI.getInt64Type() : TI.getIntTypeByWidth(64, false);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 107 milliseconds