• Home
  • Raw
  • Download

Lines Matching refs:utostr

35 using llvm::utostr;
1416 buf += utostr(ObjCBcLabelNo.back()); in RewriteBreakStmt()
1433 buf += utostr(ObjCBcLabelNo.back()); in RewriteContinueStmt()
1589 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
1601 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
2492 S += utostr(NumObjCStringLiterals++); in RewriteObjCStringLiteral()
2503 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
3242 "_" + utostr(BlockByRefDeclNo[VD]) ; in RewriteByRefString()
3258 funcName.str() + "_" + "block_func_" + utostr(i); in SynthesizeBlockFunc()
3350 S += "_block_copy_" + utostr(i); in SynthesizeBlockHelperFuncs()
3360 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
3362 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
3364 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
3370 S += "_block_dispose_" + utostr(i); in SynthesizeBlockHelperFuncs()
3377 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
3379 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
3381 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
3523 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
3524 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
3571 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
3572 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4120 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4132 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4134 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4136 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4140 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4143 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4145 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4249 ByrefType += utostr(isa); in RewriteByRefVar()
4251 ByrefType += utostr(flags); in RewriteByRefVar()
4258 ByrefType += utostr(flag); in RewriteByRefVar()
4260 ByrefType += utostr(flag); in RewriteByRefVar()
4281 ByrefType += utostr(isa); in RewriteByRefVar()
4283 ByrefType += utostr(flags); in RewriteByRefVar()
4290 ByrefType += utostr(flag); in RewriteByRefVar()
4292 ByrefType += utostr(flag); in RewriteByRefVar()
4399 std::string BlockNumber = utostr(Blocks.size()-1); in SynthBlockInitExpr()
5114 Result += utostr(NumMethods); in RewriteObjCProtocolMetaData()
5118 "{\n\t" + utostr(NumMethods) + "\n"; in RewriteObjCProtocolMetaData()
5150 Result += utostr(NumMethods); in RewriteObjCProtocolMetaData()
5155 Result += utostr(NumMethods); in RewriteObjCProtocolMetaData()
5246 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
5253 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
5309 Result += utostr(NumIvars); in RewriteObjCClassMetaData()
5314 Result += utostr(NumIvars); in RewriteObjCClassMetaData()
5552 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n"; in RewriteMetaDataIntoBuffer()
5557 Result += "\t0, 0, " + utostr(ClsDefCount) in RewriteMetaDataIntoBuffer()
5558 + ", " + utostr(CatDefCount) + "\n"; in RewriteMetaDataIntoBuffer()
5594 Result += "\t" + utostr(OBJC_ABI_VERSION) + in RewriteMetaDataIntoBuffer()
5767 Result += utostr(NumMethods); in RewriteObjCMethodsMetaData()
5776 Result += "{\n\t0, " + utostr(NumMethods) + "\n"; in RewriteObjCMethodsMetaData()