Searched refs:MakeIntValue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | APValue.cpp | 881 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant() 886 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy); in toIntegralConstant()
|
| D | ExprConstant.cpp | 10299 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr() 10323 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization() 10680 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success() 13885 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ASTContext.h | 2832 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 1056 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T); in getTrivialIntegralTemplateArgument()
|