Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ImplTag

383                                           std::string ImplTag,
3583 std::string ImplTag, int i,
3592 S += ImplTag; S += "*, struct ";
3593 S += ImplTag; S += "*);\n";
3596 S += ImplTag; S += "*);\n";
3601 S += ImplTag + ")";
3651 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
3654 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
3658 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
3663 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
3666 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,