Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ImplTag

417                                           std::string ImplTag,
3978 std::string ImplTag, int i,
3987 S += ImplTag; S += "*, struct ";
3988 S += ImplTag; S += "*);\n";
3991 S += ImplTag; S += "*);\n";
3996 S += ImplTag + ")";
4068 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
4071 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
4075 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
4080 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4083 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,