Home | History | Annotate | Download | only in TableGen

Lines Matching full:substr

124     AttrName = AttrName.substr(2, AttrName.size());
127 AttrName = AttrName.substr(0, AttrName.size() - 2);
144 AttrSpelling = AttrSpelling.substr(2, AttrSpelling.size() - 4);