Lines Matching refs:utostr
35 using llvm::utostr;
1425 buf += utostr(ObjCBcLabelNo.back()); in RewriteBreakStmt()
1442 buf += utostr(ObjCBcLabelNo.back()); in RewriteContinueStmt()
1598 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
1610 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
2501 S += utostr(NumObjCStringLiterals++); in RewriteObjCStringLiteral()
2512 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
3255 "_" + utostr(BlockByRefDeclNo[VD]) ; in RewriteByRefString()
3271 funcName.str() + "_" + "block_func_" + utostr(i); in SynthesizeBlockFunc()
3363 S += "_block_copy_" + utostr(i); in SynthesizeBlockHelperFuncs()
3373 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
3375 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
3377 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
3383 S += "_block_dispose_" + utostr(i); in SynthesizeBlockHelperFuncs()
3390 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
3392 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
3394 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
3536 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
3537 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
3584 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
3585 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4131 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4143 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4145 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4147 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4151 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4154 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4156 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4260 ByrefType += utostr(isa); in RewriteByRefVar()
4262 ByrefType += utostr(flags); in RewriteByRefVar()
4269 ByrefType += utostr(flag); in RewriteByRefVar()
4271 ByrefType += utostr(flag); in RewriteByRefVar()
4292 ByrefType += utostr(isa); in RewriteByRefVar()
4294 ByrefType += utostr(flags); in RewriteByRefVar()
4301 ByrefType += utostr(flag); in RewriteByRefVar()
4303 ByrefType += utostr(flag); in RewriteByRefVar()
4410 std::string BlockNumber = utostr(Blocks.size()-1); in SynthBlockInitExpr()
5124 Result += utostr(NumMethods); in RewriteObjCProtocolMetaData()
5128 "{\n\t" + utostr(NumMethods) + "\n"; in RewriteObjCProtocolMetaData()
5159 Result += utostr(NumMethods); in RewriteObjCProtocolMetaData()
5164 Result += utostr(NumMethods); in RewriteObjCProtocolMetaData()
5254 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
5261 Result += utostr(Protocols.size()); in RewriteObjCProtocolListMetaData()
5316 Result += utostr(NumIvars); in RewriteObjCClassMetaData()
5321 Result += utostr(NumIvars); in RewriteObjCClassMetaData()
5559 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n"; in RewriteMetaDataIntoBuffer()
5564 Result += "\t0, 0, " + utostr(ClsDefCount) in RewriteMetaDataIntoBuffer()
5565 + ", " + utostr(CatDefCount) + "\n"; in RewriteMetaDataIntoBuffer()
5601 Result += "\t" + utostr(OBJC_ABI_VERSION) + in RewriteMetaDataIntoBuffer()
5772 Result += utostr(NumMethods); in RewriteObjCMethodsMetaData()
5781 Result += "{\n\t0, " + utostr(NumMethods) + "\n"; in RewriteObjCMethodsMetaData()