Searched refs:MakeIntValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | APValue.cpp | 611 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant() 616 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy); in toIntegralConstant()
|
| H A D | ExprConstant.cpp | 7080 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr() 7104 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization() 7382 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success() 7520 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success() 10202 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2633 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 990 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T); in getTrivialIntegralTemplateArgument()
|