Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ImplTag

473                                           std::string ImplTag,
4478 std::string ImplTag, int i,
4487 S += ImplTag; S += "*, struct ";
4488 S += ImplTag; S += "*);\n";
4491 S += ImplTag; S += "*);\n";
4496 S += ImplTag + ")";
4547 std::string ImplTag = "__" + FunName.str() + "_block_impl_" + utostr(i);
4550 std::string CI = SynthesizeBlockImpl(Blocks[i], ImplTag, DescTag);
4554 std::string CF = SynthesizeBlockFunc(Blocks[i], i, FunName, ImplTag);
4559 std::string HF = SynthesizeBlockHelperFuncs(Blocks[i], i, FunName, ImplTag);
4562 std::string BD = SynthesizeBlockDescriptor(DescTag, ImplTag, i, FunName,