Home
last modified time | relevance | path

Searched refs:MakeIntValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/AST/
DAPValue.cpp873 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
878 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy); in toIntegralConstant()
DExprConstant.cpp10236 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/
DASTContext.h2305 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
/external/clang/lib/AST/
DExprConstant.cpp5969 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/
DASTContext.h2732 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp1044 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T); in getTrivialIntegralTemplateArgument()