Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2102 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const { in MakeIntValue() function
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5632 sInt = Info.Ctx.MakeIntValue(0, EltTy); in VisitInitListExpr()
5656 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy)); in ZeroInitialization()
5908 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType())); in Success()
7468 APSInt AsInt = Info.Ctx.MakeIntValue(LV.getLValueOffset().getQuantity(), in VisitCastExpr()
7793 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy); in ZeroInitialization()