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

  /external/clang/include/clang/Basic/
TargetInfo.h 257 unsigned getTypeWidth(IntType T) const;
339 unsigned getWCharWidth() const { return getTypeWidth(WCharType); }
344 unsigned getChar16Width() const { return getTypeWidth(Char16Type); }
349 unsigned getChar32Width() const { return getTypeWidth(Char32Type); }
412 return getTypeWidth(IntMaxType);
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 196 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
217 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
229 int TypeWidth = TI.getTypeWidth(Ty);
249 int TypeWidth = TI.getTypeWidth(Ty);
672 TI.getTypeWidth(TI.getPtrDiffType(0)), TI, Builder);
674 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
676 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
678 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
    [all...]
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 107 uint64_t Width = Target.getTypeWidth(PtrDiff);
  /external/clang/lib/Basic/
TargetInfo.cpp 164 /// getTypeWidth - Return the width (in bits) of the specified integer type
166 unsigned TargetInfo::getTypeWidth(IntType T) const {
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 80 milliseconds