Searched refs:MakeIntValue (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | APValue.cpp | 873 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant() 878 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy); in toIntegralConstant()
|
D | ExprConstant.cpp | 10236 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr() 10260 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization() 10615 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success() 13834 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2305 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 5969 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr() 5993 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization() 6222 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success() 8132 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr() 8470 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 2732 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 1044 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T); in getTrivialIntegralTemplateArgument()
|