Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp881 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
886 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy); in toIntegralConstant()
H A DExprConstant.cpp10260 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr()
10284 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()
10639 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success()
13841 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2781 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1058 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T); in getTrivialIntegralTemplateArgument()