Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp952 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
957 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy); in toIntegralConstant()
H A DExprConstant.cpp10469 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr()
10493 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()
11005 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success()
14320 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2951 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp1091 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T); in getTrivialIntegralTemplateArgument()