Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ImplTag

390                                           std::string ImplTag,
3582 std::string ImplTag, int i,
3591 S += ImplTag; S += "*, struct ";
3592 S += ImplTag; S += "*);\n";
3595 S += ImplTag; S += "*);\n";
3600 S += ImplTag + ")";
3650 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
3653 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
3657 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
3662 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
3665 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,