Home | History | Annotate | Download | only in Frontend

Lines Matching refs:utostr

34 using llvm::utostr;
1651 buf += utostr(ObjCBcLabelNo.back());
1663 LineString += utostr(PLoc.getLine());
1681 buf += utostr(ObjCBcLabelNo.back());
1840 buf += utostr(ObjCBcLabelNo.back());
1852 buf += utostr(ObjCBcLabelNo.back());
2616 S += utostr(NumObjCStringLiterals++);
2627 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n";
3154 LineString += utostr(PLoc.getLine());
3199 std::string name = "__Stret"; name += utostr(stretCount);
3207 std::string ArgName = "arg"; ArgName += utostr(i);
3213 std::string ArgName = "arg"; ArgName += utostr(i);
3226 str += ", arg"; str += utostr(i);
3230 str += ", arg"; str += utostr(i);
3878 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context));
3886 Result += utostr(Dim.getZExtValue());
4018 Result += utostr(GroupNo);
4031 Result += utostr(GroupNo);
4209 "_" + utostr(BlockByRefDeclNo[VD]) ;
4229 funcName.str() + "_block_func_" + utostr(i);
4321 S += "_block_copy_" + utostr(i);
4333 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
4335 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);";
4337 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);";
4343 S += "_block_dispose_" + utostr(i);
4352 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);";
4354 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);";
4356 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);";
4498 S += ", __" + FunName.str() + "_block_copy_" + utostr(i);
4499 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i);
4547 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
4548 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i);
4594 Tag += utostr(Blocks.size()-1);
5176 S += utostr(flag);
5188 S += utostr(offset);
5190 S += utostr(offset);
5192 S += utostr(flag);
5196 S += utostr(flag);
5199 S += utostr(offset);
5201 S += utostr(flag);
5310 ByrefType += utostr(isa);
5312 ByrefType += utostr(flags);
5319 ByrefType += utostr(flag);
5321 ByrefType += utostr(flag);
5466 std::string BlockNumber = utostr(Blocks.size()-1);
6465 Result += utostr(super_protocol_count); Result += "];\n";
6475 Result += utostr(method_count); Result += "];\n";
6485 Result += utostr(property_count); Result += "];\n";
6495 Result += utostr(ivar_count); Result += "];\n";
6509 Result += "\t"; Result += utostr(SuperProtocols.size()); Result += ",\n";
6535 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n";
6576 Result += "\t"; Result += utostr(Properties.size()); Result += ",\n";
6625 Result += llvm::utostr(flags); Result += ", ";
6996 Result += "\t"; Result += utostr(Ivars.size()); Result += ",\n";
7031 Result += llvm::utostr(Align); Result += ", ";
7033 Result += llvm::utostr(Size.getQuantity());
7232 Result += utostr(Protocols.size());
7239 Result += utostr(Protocols.size());
7470 Result += llvm::utostr(ClsDefCount); Result += "]";
7497 Result += llvm::utostr(CatDefCount); Result += "]";
7696 Result += utostr(NumMethods);
7705 Result += "{\n\t0, " + utostr(NumMethods) + "\n";