Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:StructRef

3727   std::string StructRef = "struct " + Tag;
3736 S += "(" + StructRef + " *__cself)";
3738 S += "(" + StructRef + " *__cself)";
3744 S += StructRef + " *__cself, ";
3817 std::string StructRef = "struct " + Tag;
3822 S += "(" + StructRef;
3823 S += "*dst, " + StructRef;
3844 S += "(" + StructRef;