Searched refs:test_seq (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dparallel-for-selftests.c60 /* Define test_seq using TEST in the FOR_EACH-defined part. */
61 #define TEST test_seq
71 test_seq (n_threads);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c540 gimple_seq test_seq = NULL; local
541 test_index = gimple_convert (&test_seq, compare_type, test_index);
542 gsi_insert_seq_before (test_gsi, test_seq, GSI_SAME_STMT);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc552 gimple_seq test_seq = NULL; local
553 test_index = gimple_convert (&test_seq, compare_type, test_index);
554 gsi_insert_seq_before (test_gsi, test_seq, GSI_SAME_STMT);

Completed in 138 milliseconds