• Home
  • Raw
  • Download

Lines Matching refs:utostr

36 using llvm::utostr;
1609 buf += utostr(ObjCBcLabelNo.back()); in RewriteBreakStmt()
1621 LineString += utostr(PLoc.getLine()); in ConvertSourceLocationToLineDirective()
1639 buf += utostr(ObjCBcLabelNo.back()); in RewriteContinueStmt()
1798 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
1810 buf += utostr(ObjCBcLabelNo.back()); in RewriteObjCForCollectionStmt()
2568 S += utostr(NumObjCStringLiterals++); in RewriteObjCStringLiteral()
2579 Preamble += utostr(Exp->getString()->getByteLength()) + "};\n"; in RewriteObjCStringLiteral()
3062 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()
3712 Result += " : "; Result += utostr(fieldDecl->getBitWidthValue(*Context)); in RewriteObjCFieldDecl()
3720 Result += utostr(Dim.getZExtValue()); in RewriteObjCFieldDecl()
3851 Result += utostr(GroupNo); in ObjCIvarBitfieldGroupDecl()
3863 Result += utostr(GroupNo); in ObjCIvarBitfieldGroupType()
4037 "_" + utostr(BlockByRefDeclNo[VD]) ; in RewriteByRefString()
4057 funcName.str() + "_block_func_" + utostr(i); in SynthesizeBlockFunc()
4149 S += "_block_copy_" + utostr(i); in SynthesizeBlockHelperFuncs()
4159 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
4161 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
4163 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
4169 S += "_block_dispose_" + utostr(i); in SynthesizeBlockHelperFuncs()
4176 S += ", " + utostr(BLOCK_FIELD_IS_BYREF) + "/*BLOCK_FIELD_IS_BYREF*/);"; in SynthesizeBlockHelperFuncs()
4178 S += ", " + utostr(BLOCK_FIELD_IS_BLOCK) + "/*BLOCK_FIELD_IS_BLOCK*/);"; in SynthesizeBlockHelperFuncs()
4180 S += ", " + utostr(BLOCK_FIELD_IS_OBJECT) + "/*BLOCK_FIELD_IS_OBJECT*/);"; in SynthesizeBlockHelperFuncs()
4322 S += ", __" + FunName.str() + "_block_copy_" + utostr(i); in SynthesizeBlockDescriptor()
4323 S += ", __" + FunName.str() + "_block_dispose_" + utostr(i); in SynthesizeBlockDescriptor()
4371 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i); in SynthesizeBlockLiterals()
4372 std::string DescTag = "__" + FunName.str() + "_block_desc_" + utostr(i); in SynthesizeBlockLiterals()
4418 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()
6271 Result += utostr(super_protocol_count); Result += "];\n"; in Write_protocol_list_t_TypeDecl()
6281 Result += utostr(method_count); Result += "];\n"; in Write_method_list_t_TypeDecl()
6291 Result += utostr(property_count); Result += "];\n"; in Write__prop_list_t_TypeDecl()
6301 Result += utostr(ivar_count); Result += "];\n"; in Write__ivar_list_t_TypeDecl()
6315 Result += "\t"; Result += utostr(SuperProtocols.size()); Result += ",\n"; in Write_protocol_list_initializer()
6341 Result += "\t"; Result += utostr(Methods.size()); Result += ",\n"; in Write_method_list_t_initializer()
6382 Result += "\t"; Result += utostr(Properties.size()); Result += ",\n"; in Write_prop_list_t_initializer()
6431 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()