Searched refs:MakeIntValue (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | APValue.cpp | 952 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant() 957 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy); in toIntegralConstant()
|
| H A D | ExprConstant.cpp | 10434 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr() 10458 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization() 10932 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success() 14111 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2936 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 1057 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T); in getTrivialIntegralTemplateArgument()
|