reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
  713   QualType getIntTypeForBitwidth(unsigned DestWidth,

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  545     return Ctx.getIntTypeForBitwidth(Int.getBitWidth(), Int.isSigned());
tools/clang/lib/CodeGen/CGAtomic.cpp
  100         AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned);
  730         CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false);
 1156         RetTy = getContext().getIntTypeForBitwidth(
tools/clang/lib/CodeGen/CGBuiltin.cpp
 1114   QualType UnsignedTy = C.getIntTypeForBitwidth(Size * 8, /*Signed=*/false);
tools/clang/lib/CodeGen/CGDecl.cpp
 1356       auto QT = getContext().getIntTypeForBitwidth(
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1247   QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
 3125       CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true);
 3367         C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
 3471         CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0),
 3792       Call, CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/1),
 4320         C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true));
 4322         C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true));
 4371         C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true));
 4453         CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0);
 4455         CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1);
 5002   QualType KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
 5207         C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false);
 6210       C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false));
 8591         Ctx.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1);
 8838   QualType Int64Ty = C.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/true);
10812   QualType Int64Ty = C.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/true);
10880       CGM.getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1);
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  297                                  C.getIntTypeForBitwidth(32, /*Signed=*/0),
 2226         QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth(
 2430           QualType Int16Ty = CGM.getContext().getIntTypeForBitwidth(
 2764       CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/0);
 2854   QualType CastTy = CGF.getContext().getIntTypeForBitwidth(
 2889     QualType IntType = CGF.getContext().getIntTypeForBitwidth(
 3182                                 C.getIntTypeForBitwidth(32, /* Signed */ true),
 3251       QualType CType = C.getIntTypeForBitwidth(
 4546       Ctx.getIntTypeForBitwidth(/*DestWidth=*/16, /*Signed=*/false);
 4548       Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/false);
 4825         CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0),
 4841       CGF.getContext().getIntTypeForBitwidth(32, /*Signed=*/0),
tools/clang/lib/CodeGen/CGStmt.cpp
 2335       QualType Ty = getContext().getIntTypeForBitwidth(Size, /*Signed*/ false);
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2615         C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
 2903         getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1),
 3203         getContext().getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1),
 3272                         getContext().getIntTypeForBitwidth(32, /*Signed=*/0),
tools/clang/lib/CodeGen/TargetInfo.cpp
 7260     Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits,
 9405           QTy = getContext().getIntTypeForBitwidth(XLen, false);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3998     NewElemTy = Context.getIntTypeForBitwidth(DestWidth,
 5620         << 3 << S.Context.getIntTypeForBitwidth(TypeSize, /*Signed=*/false);
tools/clang/lib/Sema/SemaExpr.cpp
 3635           Ty = Context.getIntTypeForBitwidth(Width,
tools/clang/lib/Sema/SemaOpenMP.cpp
 3100     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 3118     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 3163     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 3216     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 3249         Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1)
 3252         Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0)
 3255         Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1)
 3291         Context.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1)
 3294         Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0)
 3297         Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1)
 3341     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 3357     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 3416     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 3445     QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1).withConst();
 6172     Type = C.getIntTypeForBitwidth(NewSize, IsSigned);
 6188       QualType NewType = C.getIntTypeForBitwidth(
 6833   QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true);
 7095         SemaRef.Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/0);
 7097         SemaRef.Context.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/1);
 7154     QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(32, true);
13438           QualType IntTy = Context.getIntTypeForBitwidth(Size, /*Signed=*/0);
13460               Context.getIntTypeForBitwidth(Size, /*Signed=*/IsSigned);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  290     return ast_ctx.getIntTypeForBitwidth(32, true);
  307     return ast_ctx.getIntTypeForBitwidth(32, false);