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