Searched refs:junk2 (Results 1 – 3 of 3) sorted by relevance
28 int* junk2 = malloc(sizeof(int)); in main() local31 short* ps2 = (short*)junk2; in main()34 int* pi2 = (int*)junk2; in main()
97 template<typename T> int junk2(T::junk) throw(); // expected-error{{missing 'typename'}}
1152 char junk2[1000]; in TestSortKey() local1156 strcpy(junk2, "abcda[2] "); in TestSortKey()1161 sprintf(junk2+strlen(junk2), "%02X ",(int)( 0xFF & sortk2[i])); in TestSortKey()1165 log_verbose("%s\n", junk2); in TestSortKey()