Searched refs:junk3 (Results 1 – 2 of 2) sorted by relevance
98 template<typename T> int junk3(T::junk) = delete; // expected-error{{missing 'typename'}} expected-…
1163 char junk3[1000]; in TestSortKey() local1167 strcpy(junk3, " abcda[3] "); in TestSortKey()1172 sprintf(junk3+strlen(junk3), "%02X ",(int)( 0xFF & sortk3[i])); in TestSortKey()1176 log_verbose("%s\n", junk3); in TestSortKey()