Lines Matching refs:utostr
33 using llvm::utostr;
1446 buf += utostr(ObjCBcLabelNo.back());
1463 buf += utostr(ObjCBcLabelNo.back());
1619 buf += utostr(ObjCBcLabelNo.back());
1631 buf += utostr(ObjCBcLabelNo.back());
2532 S += utostr(NumObjCStringLiterals++);
2543 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
3317 "_" + utostr(BlockByRefDeclNo[VD]) ;
3333 funcName.str() + "_" + "block_func_" + utostr(i);
3425 S += "_block_copy_" + utostr(i);
3437 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
3439 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);";
3441 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);";
3447 S += "_block_dispose_" + utostr(i);
3456 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
3458 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);";
3460 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);";
3602 S += ", __" + FunName.str() + "_block_copy_" + utostr(i);
3603 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i);
3650 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
3651 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i);
4221 S += utostr(flag);
4233 S += utostr(offset);
4235 S += utostr(offset);
4237 S += utostr(flag);
4241 S += utostr(flag);
4244 S += utostr(offset);
4246 S += utostr(flag);
4350 ByrefType += utostr(isa);
4352 ByrefType += utostr(flags);
4359 ByrefType += utostr(flag);
4361 ByrefType += utostr(flag);
4382 ByrefType += utostr(isa);
4384 ByrefType += utostr(flags);
4391 ByrefType += utostr(flag);
4393 ByrefType += utostr(flag);
4501 std::string BlockNumber = utostr(Blocks.size()-1);
5224 Result += utostr(NumMethods);
5228 "{\n\t" + utostr(NumMethods) + "\n";
5260 Result += utostr(NumMethods);
5265 Result += utostr(NumMethods);
5357 Result += utostr(Protocols.size());
5364 Result += utostr(Protocols.size());
5420 Result += utostr(NumIvars);
5425 Result += utostr(NumIvars);
5668 Result += "\tvoid *defs[" + utostr(ClsDefCount + CatDefCount)+ "];\n";
5673 Result += "\t0, 0, " + utostr(ClsDefCount)
5674 + ", " + utostr(CatDefCount) + "\n";
5710 Result += "\t" + utostr(OBJC_ABI_VERSION) +
5887 Result += utostr(NumMethods);
5896 Result += "{\n\t0, " + utostr(NumMethods) + "\n";