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