HomeSort by: relevance | last modified time | path
    Searched refs:MakeIntValue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 881 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy);
886 Result = Ctx.MakeIntValue(getLValueOffset().getQuantity(), SrcTy);
ExprConstant.cpp 10260 sInt = Info.Ctx.MakeIntValue(0, EltTy);
10284 ZeroElement = APValue(Info.Ctx.MakeIntValue(0, EltTy));
10639 Result = APValue(Info.Ctx.MakeIntValue(Value, E->getType()));
13841 APSInt Zero = Info.Ctx.MakeIntValue(0, ElemTy);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2781 llvm::APSInt MakeIntValue(uint64_t Value, QualType Type) const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 1058 TemplateArgument Arg(S.Context, S.Context.MakeIntValue(I, T), T);

Completed in 34 milliseconds