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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 633 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
648 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder);
649 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder);
674 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 367 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
431 Res = C.getWIntType();
  /external/clang/include/clang/Basic/
TargetInfo.h 218 IntType getWIntType() const { return WIntType; }
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 316 milliseconds