• Home
  • Raw
  • Download

Lines Matching refs:utostr

36 using llvm::utostr;
1616 buf += utostr(ObjCBcLabelNo.back()); in RewriteBreakStmt()
1628 LineString += utostr(PLoc.getLine()); in ConvertSourceLocationToLineDirective()
1646 buf += utostr(ObjCBcLabelNo.back()); in RewriteContinueStmt()
1805 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
1817 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
2574 S += utostr(NumObjCStringLiterals++); in RewriteObjCStringLiteral()
2585 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
3063 LineString += utostr(PLoc.getLine()); in RewriteLineDirective()
3106 std::string name = "__Stret"; name += utostr(stretCount); in SynthMsgSendStretCallExpr()
3115 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr()
3121 std::string ArgName = "arg"; ArgName += utostr(i); in SynthMsgSendStretCallExpr()
3136 str += ", arg"; str += utostr(i); in SynthMsgSendStretCallExpr()
3140 str += ", arg"; str += utostr(i); in SynthMsgSendStretCallExpr()
3151 str += ", arg"; str += utostr(i); in SynthMsgSendStretCallExpr()
3155 str += ", arg"; str += utostr(i); in SynthMsgSendStretCallExpr()
3714 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context)); in RewriteObjCFieldDecl()
3722 Result += utostr(Dim.getZExtValue()); in RewriteObjCFieldDecl()
3853 Result += utostr(GroupNo); in ObjCIvarBitfieldGroupDecl()
3865 Result += utostr(GroupNo); in ObjCIvarBitfieldGroupType()
4040 "_" + utostr(BlockByRefDeclNo[VD]) ; in RewriteByRefString()
4060 funcName.str() + "_block_func_" + utostr(i); in SynthesizeBlockFunc()
4152 S += "_block_copy_" + utostr(i); in SynthesizeBlockHelperFuncs()
4162 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
4164 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
4166 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
4172 S += "_block_dispose_" + utostr(i); in SynthesizeBlockHelperFuncs()
4179 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
4181 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
4183 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
4325 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
4326 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
4374 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
4375 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4421 Tag += utostr(Blocks.size()-1); in SynthesizeBlockLiterals()
4976 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4988 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4990 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
4992 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4996 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
4999 S += utostr(offset); in SynthesizeByrefCopyDestroyHelper()
5001 S += utostr(flag); in SynthesizeByrefCopyDestroyHelper()
5110 ByrefType += utostr(isa); in RewriteByRefVar()
5112 ByrefType += utostr(flags); in RewriteByRefVar()
5119 ByrefType += utostr(flag); in RewriteByRefVar()
5121 ByrefType += utostr(flag); in RewriteByRefVar()
5264 std::string BlockNumber = utostr(Blocks.size()-1); in SynthBlockInitExpr()
6270 Result += utostr(super_protocol_count); Result += "];\n"; in Write_protocol_list_t_TypeDecl()
6280 Result += utostr(method_count); Result += "];\n"; in Write_method_list_t_TypeDecl()
6290 Result += utostr(property_count); Result += "];\n"; in Write__prop_list_t_TypeDecl()
6300 Result += utostr(ivar_count); Result += "];\n"; in Write__ivar_list_t_TypeDecl()
6314 Result += "\t"; Result += utostr(SuperProtocols.size()); Result += ",\n"; in Write_protocol_list_initializer()
6340 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n"; in Write_method_list_t_initializer()
6380 Result += "\t"; Result += utostr(Properties.size()); Result += ",\n"; in Write_prop_list_t_initializer()
6430 Result += llvm::utostr(flags); Result += ", "; in Write__class_ro_t_initializer()
6802 Result += "\t"; Result += utostr(Ivars.size()); Result += ",\n"; in Write__ivar_list_t_initializer()
6837 Result += llvm::utostr(Align); Result += ", "; in Write__ivar_list_t_initializer()
6839 Result += llvm::utostr(Size.getQuantity()); in Write__ivar_list_t_initializer()
7205 Result += llvm::utostr(ClsDefCount); Result += "]"; in RewriteMetaDataIntoBuffer()
7232 Result += llvm::utostr(CatDefCount); Result += "]"; in RewriteMetaDataIntoBuffer()
7418 Result += utostr(NumMethods); in RewriteObjCMethodsMetaData()
7427 Result += "{\n\t0, " + utostr(NumMethods) + "\n"; in RewriteObjCMethodsMetaData()