/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | function-set.cc | 101 ASSERT_FALSE (fs.contains_name_p ("")); in test_empty() 102 ASSERT_FALSE (fs.contains_name_p ("haystack")); in test_empty() 115 ASSERT_FALSE (fs.contains_name_p ("")); in test_odd() 116 ASSERT_FALSE (fs.contains_name_p ("haystack")); in test_odd() 129 ASSERT_FALSE (fs.contains_name_p ("")); in test_even() 130 ASSERT_FALSE (fs.contains_name_p ("haystack")); in test_even() 175 ASSERT_FALSE (fs.contains_name_p ("___")); in test_stdio_example() 176 ASSERT_FALSE (fs.contains_name_p ("Z")); in test_stdio_example() 177 ASSERT_FALSE (fs.contains_name_p ("fgets_WITH_A_PREFIX")); in test_stdio_example()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | function-set.cc | 101 ASSERT_FALSE (fs.contains_name_p ("")); in test_empty() 102 ASSERT_FALSE (fs.contains_name_p ("haystack")); in test_empty() 115 ASSERT_FALSE (fs.contains_name_p ("")); in test_odd() 116 ASSERT_FALSE (fs.contains_name_p ("haystack")); in test_odd() 129 ASSERT_FALSE (fs.contains_name_p ("")); in test_even() 130 ASSERT_FALSE (fs.contains_name_p ("haystack")); in test_even() 175 ASSERT_FALSE (fs.contains_name_p ("___")); in test_stdio_example() 176 ASSERT_FALSE (fs.contains_name_p ("Z")); in test_stdio_example() 177 ASSERT_FALSE (fs.contains_name_p ("fgets_WITH_A_PREFIX")); in test_stdio_example()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | et-forest.c | 819 ASSERT_FALSE (et_below (a, b)); in test_simple_tree() 821 ASSERT_FALSE (et_below (c, b)); in test_simple_tree() 824 ASSERT_FALSE (et_below (f, b)); in test_simple_tree() 826 ASSERT_FALSE (et_below (a, c)); in test_simple_tree() 827 ASSERT_FALSE (et_below (b, c)); in test_simple_tree() 829 ASSERT_FALSE (et_below (d, c)); in test_simple_tree() 830 ASSERT_FALSE (et_below (e, c)); in test_simple_tree() 833 ASSERT_FALSE (et_below (a, d)); in test_simple_tree() 834 ASSERT_FALSE (et_below (b, d)); in test_simple_tree() 835 ASSERT_FALSE (et_below (c, d)); in test_simple_tree() [all …]
|
H A D | sbitmap.c | 897 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 15)); in test_set_range() 899 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 14)); in test_set_range() 906 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511)); in test_set_range() 907 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 513, 1023)); in test_set_range() 911 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 508, 511)); in test_set_range() 915 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511)); in test_set_range() 916 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 512 + 64, 1023)); in test_set_range() 930 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023)); in test_bit_in_range() 933 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023)); in test_bit_in_range() 934 ASSERT_FALSE (bitmap_bit_in_range_p (s, 0, 99)); in test_bit_in_range() [all …]
|
H A D | tree.c | 15315 ASSERT_FALSE (FORCED_LABEL (label_decl)); in test_labels() 15353 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual)); in check_vector_cst_duplicate() 15368 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual)); in check_vector_cst_fill() 15369 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual)); in check_vector_cst_fill() 15383 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual)); in check_vector_cst_stepped() 15494 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_cst)); in test_location_wrappers() 15495 ASSERT_FALSE (location_wrapper_p (int_cst)); in test_location_wrappers() 15512 ASSERT_FALSE (CAN_HAVE_LOCATION_P (string_cst)); in test_location_wrappers() 15513 ASSERT_FALSE (location_wrapper_p (string_cst)); in test_location_wrappers() 15526 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_var)); in test_location_wrappers() [all …]
|
H A D | tristate.cc | 123 ASSERT_FALSE (u.is_known ()); in test_ctors() 124 ASSERT_FALSE (u.is_true ()); in test_ctors() 125 ASSERT_FALSE (u.is_false ()); in test_ctors() 131 ASSERT_FALSE (t.is_false ()); in test_ctors() 136 ASSERT_FALSE (f.is_true ()); in test_ctors()
|
H A D | opt-suggestions.c | 373 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf", "-fipa")); in test_completion_partial_match() 374 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf-functions", "-fipa-icf")); in test_completion_partial_match() 376 ASSERT_FALSE (empty_completion_p (proposer, "-")); in test_completion_partial_match() 377 ASSERT_FALSE (empty_completion_p (proposer, "-fipa")); in test_completion_partial_match() 378 ASSERT_FALSE (empty_completion_p (proposer, "--par")); in test_completion_partial_match()
|
H A D | vec-perm-indices.c | 294 ASSERT_FALSE (indices.series_p (0, 3, 3, 5)); in test_vec_perm_12() 295 ASSERT_FALSE (indices.series_p (0, 3, 0, 8)); in test_vec_perm_12() 300 ASSERT_FALSE (indices.series_p (1, 4, 3, 4)); in test_vec_perm_12() 303 ASSERT_FALSE (indices.series_p (0, 6, 0, 100)); in test_vec_perm_12() 305 ASSERT_FALSE (indices.series_p (1, 10, 3, 7)); in test_vec_perm_12()
|
H A D | diagnostic-show-locus.c | 293 ASSERT_FALSE (line_one.contains_line_p (0)); in test_line_span() 295 ASSERT_FALSE (line_one.contains_line_p (2)); in test_line_span() 687 ASSERT_FALSE (point.contains_point (6, 1, col_unit)); in test_layout_range_for_single_point() 690 ASSERT_FALSE (point.contains_point (7, 9, col_unit)); in test_layout_range_for_single_point() 696 ASSERT_FALSE (point.contains_point (7, 11, col_unit)); in test_layout_range_for_single_point() 699 ASSERT_FALSE (point.contains_point (8, 1, col_unit)); in test_layout_range_for_single_point() 703 ASSERT_FALSE (point.intersects_line_p (6)); in test_layout_range_for_single_point() 705 ASSERT_FALSE (point.intersects_line_p (8)); in test_layout_range_for_single_point() 723 ASSERT_FALSE (example_a.contains_point (1, 1, col_unit)); in test_layout_range_for_single_line() 726 ASSERT_FALSE (example_a.contains_point (2, 21, col_unit)); in test_layout_range_for_single_line() [all …]
|
H A D | opt-problem.cc | 230 ASSERT_FALSE (res); in test_opt_result_failure_at() 233 ASSERT_FALSE (res.get_result ()); in test_opt_result_failure_at()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | et-forest.cc | 819 ASSERT_FALSE (et_below (a, b)); in test_simple_tree() 821 ASSERT_FALSE (et_below (c, b)); in test_simple_tree() 824 ASSERT_FALSE (et_below (f, b)); in test_simple_tree() 826 ASSERT_FALSE (et_below (a, c)); in test_simple_tree() 827 ASSERT_FALSE (et_below (b, c)); in test_simple_tree() 829 ASSERT_FALSE (et_below (d, c)); in test_simple_tree() 830 ASSERT_FALSE (et_below (e, c)); in test_simple_tree() 833 ASSERT_FALSE (et_below (a, d)); in test_simple_tree() 834 ASSERT_FALSE (et_below (b, d)); in test_simple_tree() 835 ASSERT_FALSE (et_below (c, d)); in test_simple_tree() [all …]
|
H A D | sbitmap.cc | 897 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 15)); in test_set_range() 899 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 14)); in test_set_range() 906 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511)); in test_set_range() 907 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 513, 1023)); in test_set_range() 911 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 508, 511)); in test_set_range() 915 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511)); in test_set_range() 916 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 512 + 64, 1023)); in test_set_range() 930 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023)); in test_bit_in_range() 933 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023)); in test_bit_in_range() 934 ASSERT_FALSE (bitmap_bit_in_range_p (s, 0, 99)); in test_bit_in_range() [all …]
|
H A D | tree.cc | 14812 ASSERT_FALSE (FORCED_LABEL (label_decl)); in test_labels() 14850 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual)); in check_vector_cst_duplicate() 14865 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual)); in check_vector_cst_fill() 14866 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual)); in check_vector_cst_fill() 14880 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual)); in check_vector_cst_stepped() 14991 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_cst)); in test_location_wrappers() 14992 ASSERT_FALSE (location_wrapper_p (int_cst)); in test_location_wrappers() 15009 ASSERT_FALSE (CAN_HAVE_LOCATION_P (string_cst)); in test_location_wrappers() 15010 ASSERT_FALSE (location_wrapper_p (string_cst)); in test_location_wrappers() 15023 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_var)); in test_location_wrappers() [all …]
|
H A D | tristate.cc | 123 ASSERT_FALSE (u.is_known ()); in test_ctors() 124 ASSERT_FALSE (u.is_true ()); in test_ctors() 125 ASSERT_FALSE (u.is_false ()); in test_ctors() 131 ASSERT_FALSE (t.is_false ()); in test_ctors() 136 ASSERT_FALSE (f.is_true ()); in test_ctors()
|
H A D | opt-suggestions.cc | 373 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf", "-fipa")); in test_completion_partial_match() 374 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf-functions", "-fipa-icf")); in test_completion_partial_match() 376 ASSERT_FALSE (empty_completion_p (proposer, "-")); in test_completion_partial_match() 377 ASSERT_FALSE (empty_completion_p (proposer, "-fipa")); in test_completion_partial_match() 378 ASSERT_FALSE (empty_completion_p (proposer, "--par")); in test_completion_partial_match()
|
H A D | vec-perm-indices.cc | 352 ASSERT_FALSE (indices.series_p (0, 3, 3, 5)); in test_vec_perm_12() 353 ASSERT_FALSE (indices.series_p (0, 3, 0, 8)); in test_vec_perm_12() 358 ASSERT_FALSE (indices.series_p (1, 4, 3, 4)); in test_vec_perm_12() 361 ASSERT_FALSE (indices.series_p (0, 6, 0, 100)); in test_vec_perm_12() 363 ASSERT_FALSE (indices.series_p (1, 10, 3, 7)); in test_vec_perm_12()
|
H A D | opt-problem.cc | 230 ASSERT_FALSE (res); in test_opt_result_failure_at() 233 ASSERT_FALSE (res.get_result ()); in test_opt_result_failure_at()
|
H A D | splay-tree-utils.cc | 190 ASSERT_FALSE (result); in splay_tree_cc_tests() 208 ASSERT_FALSE (result); in splay_tree_cc_tests()
|
H A D | diagnostic-show-locus.cc | 306 ASSERT_FALSE (line_one.contains_line_p (0)); in test_line_span() 308 ASSERT_FALSE (line_one.contains_line_p (2)); in test_line_span() 743 ASSERT_FALSE (point.contains_point (6, 1, col_unit)); in test_layout_range_for_single_point() 746 ASSERT_FALSE (point.contains_point (7, 9, col_unit)); in test_layout_range_for_single_point() 752 ASSERT_FALSE (point.contains_point (7, 11, col_unit)); in test_layout_range_for_single_point() 755 ASSERT_FALSE (point.contains_point (8, 1, col_unit)); in test_layout_range_for_single_point() 759 ASSERT_FALSE (point.intersects_line_p (6)); in test_layout_range_for_single_point() 761 ASSERT_FALSE (point.intersects_line_p (8)); in test_layout_range_for_single_point() 779 ASSERT_FALSE (example_a.contains_point (1, 1, col_unit)); in test_layout_range_for_single_line() 782 ASSERT_FALSE (example_a.contains_point (2, 21, col_unit)); in test_layout_range_for_single_line() [all …]
|
H A D | rtl-tests.cc | 161 ASSERT_FALSE (r.has_reuse_id (z, NULL)); in test_dumping_rtx_reuse() 219 ASSERT_FALSE (any_condjump_p (jump_insn)); in test_uncond_jump()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-spellcheck.cc | 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-spellcheck.cc | 101 ASSERT_FALSE (name_reserved_for_implementation_p ("")); in test_name_reserved_for_implementation_p() 102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo")); in test_name_reserved_for_implementation_p() 103 ASSERT_FALSE (name_reserved_for_implementation_p ("_")); in test_name_reserved_for_implementation_p() 104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo")); in test_name_reserved_for_implementation_p() 105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42")); in test_name_reserved_for_implementation_p()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_type_traits_test.cc | 25 ASSERT_FALSE((is_same<unsigned, signed>::value)); in TEST() 26 ASSERT_FALSE((is_same<uptr, sptr>::value)); in TEST() 27 ASSERT_FALSE((is_same<uptr, const uptr>::value)); in TEST()
|
H A D | sanitizer_libc_test.cc | 297 ASSERT_FALSE(internal_iserror(res)); in TEST() 300 ASSERT_FALSE(internal_iserror(res)); in TEST() 303 ASSERT_FALSE(internal_iserror(res)); in TEST()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
H A D | function_call_trie_test.cc | 94 ASSERT_FALSE(R.empty()); in TEST() 105 ASSERT_FALSE(R.empty()); in TEST() 123 ASSERT_FALSE(R.empty()); in TEST() 167 ASSERT_FALSE(R.empty()); in TEST() 172 ASSERT_FALSE(F1.Callees.empty()); in TEST() 176 ASSERT_FALSE(F2.Callees.empty()); in TEST()
|