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

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 491 DefineTypeSize("__WCHAR_MAX__", TI.getWCharType(), TI, Builder);
507 TI.getTypeWidth(TI.getWCharType()), TI, Builder);
522 DefineType("__WCHAR_TYPE__", TI.getWCharType(), Builder);
523 DefineTypeWidth("__WCHAR_WIDTH__", TI.getWCharType(), TI, Builder);
541 if (!TargetInfo::isTypeSigned(TI.getWCharType()))
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 314 return ArgType::PtrTo(ArgType(Ctx.getWCharType(), "wchar_t"));
326 return ArgType::PtrTo(ArgType(Ctx.getWCharType(), "wchar_t"));
FormatString.cpp 337 return pointeeTy == C.getWCharType();
401 Res = C.getPointerType(C.getWCharType());
  /external/clang/include/clang/Basic/
TargetInfo.h 200 IntType getWCharType() const { return WCharType; }
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 269 NumberType = Context.getWCharType();
524 ValueType = Context.getWCharType();
    [all...]
SemaInit.cpp 68 if (Context.typesAreCompatible(Context.getWCharType(),
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 847 if (TargetInfo::isTypeSigned(Target.getWCharType()))
852 WCharTy = getFromTargetType(Target.getWCharType());
    [all...]

Completed in 558 milliseconds