Searched refs:getIntTypeForBitwidth (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp306 return ast_ctx.getIntTypeForBitwidth(32, true);
322 return ast_ctx.getIntTypeForBitwidth(32, false);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1366 CGF.getContext().getIntTypeForBitwidth(/*DestWidth*/ 32, /*Signed*/ true);
1453 CGF.getContext().getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true),
1613 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
1924 Call, CGF.getContext().getIntTypeForBitwidth(32, /* Signed */ true),
2461 C, RD, C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true));
2792 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
2974 C.getIntTypeForBitwidth(C.getTypeSize(C.BoolTy), /*Signed=*/false);
3938 Ctx.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/true);
H A DCGAtomic.cpp101 AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned);
657 CGF.getContext().getIntTypeForBitwidth(SizeInBits, /*Signed=*/false);
985 RetTy = getContext().getIntTypeForBitwidth(
H A DCGStmtOpenMP.cpp1636 auto KmpInt32Ty = C.getIntTypeForBitwidth(/*DestWidth=*/32, /*Signed=*/1);
H A DTargetInfo.cpp6210 Ty = getContext().getIntTypeForBitwidth(SlotSizeInBits,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1397 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1474 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1487 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1500 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1513 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
1563 QualType KmpInt32Ty = Context.getIntTypeForBitwidth(32, 1);
3340 Type = C.getIntTypeForBitwidth(NewSize, IsSigned);
3356 QualType NewType = C.getIntTypeForBitwidth(
3723 QualType NewType = C.getIntTypeForBitwidth(Bits, /* Signed */ true);
3942 QualType Int32Ty = SemaRef.Context.getIntTypeForBitwidth(3
[all...]
H A DSemaDeclAttr.cpp3433 NewElemTy = S.Context.getIntTypeForBitwidth(
H A DSemaExpr.cpp3363 Ty = Context.getIntTypeForBitwidth(Width,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h583 /// getIntTypeForBitwidth -
587 QualType getIntTypeForBitwidth(unsigned DestWidth,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8604 /// getIntTypeForBitwidth -
8608 QualType ASTContext::getIntTypeForBitwidth(unsigned DestWidth, function in class:ASTContext

Completed in 446 milliseconds