Searched refs:StrRep (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p784.C | 904 StrRep* Salloc(StrRep*, const char*, int, int); argument 905 StrRep* Scopy(StrRep*, StrRep*); 906 StrRep* Sresize(StrRep*, int); 907 StrRep* Scat(StrRep*, const char*, int, const char*, int); 908 StrRep* Scat(StrRep*, const char*, int,const char*,int, const char*,int); 909 StrRep* Sprepend(StrRep*, const char*, int); 910 StrRep* Sreverse(StrRep*, StrRep*); 911 StrRep* Supcase(StrRep*, StrRep*); 912 StrRep* Sdowncase(StrRep*, StrRep*); 913 StrRep* Scapitalize(StrRep*, StrRep*); [all …]
|