Searched refs:junk2 (Results 1 – 3 of 3) sorted by relevance
100 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
99 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
1155 char junk2[1000]; in TestSortKey() local1159 strcpy(junk2, "abcda[2] "); in TestSortKey()1164 sprintf(junk2+strlen(junk2), "%02X ",(int)( 0xFF & sortk2[i])); in TestSortKey()1168 log_verbose("%s\n", junk2); in TestSortKey()