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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 178 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
199 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
211 int TypeWidth = TI.getTypeWidth(Ty);
236 int TypeWidth = TI.getTypeWidth(Ty);
815 if (TI.getTypeWidth(TI.getWCharType()) >= 32) {
892 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
894 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
896 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
898 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 389 unsigned getTypeWidth(IntType T) const;
629 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
634 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
639 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
742 return getTypeWidth(IntMaxType);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumCXXABI.cpp 198 MPI.Width = Target.getTypeWidth(PtrDiff);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp 231 /// getTypeWidth - Return the width (in bits) of the specified integer type
233 unsigned TargetInfo::getTypeWidth(IntType T) const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 608 unsigned SizeTypeWidth = TI.getTypeWidth(TI.getSizeType());
3264 bool IsTarget64Bit = TI.getTypeWidth(TI.getIntPtrType()) == 64;
SemaExpr.cpp 3912 unsigned SizeTSize = Context.getTargetInfo().getTypeWidth(

Completed in 81 milliseconds