Searched refs:ByrefType (Results 1 – 1 of 1) sorted by relevance
5023 std::string ByrefType; in RewriteByRefVar() local5024 RewriteByRefString(ByrefType, Name, ND, true); in RewriteByRefVar()5025 ByrefType += " {\n"; in RewriteByRefVar()5026 ByrefType += " void *__isa;\n"; in RewriteByRefVar()5027 RewriteByRefString(ByrefType, Name, ND); in RewriteByRefVar()5028 ByrefType += " *__forwarding;\n"; in RewriteByRefVar()5029 ByrefType += " int __flags;\n"; in RewriteByRefVar()5030 ByrefType += " int __size;\n"; in RewriteByRefVar()5036 ByrefType += " void (*__Block_byref_id_object_copy)(void*, void*);\n"; in RewriteByRefVar()5037 ByrefType += " void (*__Block_byref_id_object_dispose)(void*);\n"; in RewriteByRefVar()[all …]