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