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 678 TI.getTypeWidth(TI.getWIntType()), TI, Builder);
702 DefineType("__WINT_TYPE__", TI.getWIntType(), Builder);
703 DefineTypeWidth("__WINT_WIDTH__", TI.getWIntType(), TI, Builder);
732 if (!TargetInfo::isTypeSigned(TI.getWIntType()))
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 371 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
441 Res = C.getWIntType();
  /external/clang/include/clang/Basic/
TargetInfo.h 227 IntType getWIntType() const { return WIntType; }
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 446 milliseconds