HomeSort by: relevance | last modified time | path
    Searched refs:ASSERT_FALSE (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_type_traits_test.cc 25 ASSERT_FALSE((is_same<unsigned, signed>::value));
26 ASSERT_FALSE((is_same<uptr, sptr>::value));
27 ASSERT_FALSE((is_same<uptr, const uptr>::value));
sanitizer_libc_test.cc 297 ASSERT_FALSE(internal_iserror(res));
300 ASSERT_FALSE(internal_iserror(res));
303 ASSERT_FALSE(internal_iserror(res));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-spellcheck.cc 101 ASSERT_FALSE (name_reserved_for_implementation_p (""));
102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo"));
103 ASSERT_FALSE (name_reserved_for_implementation_p ("_"));
104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo"));
105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42"));
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-spellcheck.cc 101 ASSERT_FALSE (name_reserved_for_implementation_p (""));
102 ASSERT_FALSE (name_reserved_for_implementation_p ("foo"));
103 ASSERT_FALSE (name_reserved_for_implementation_p ("_"));
104 ASSERT_FALSE (name_reserved_for_implementation_p ("_foo"));
105 ASSERT_FALSE (name_reserved_for_implementation_p ("_42"));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
function-set.cc 101 ASSERT_FALSE (fs.contains_name_p (""));
102 ASSERT_FALSE (fs.contains_name_p ("haystack"));
115 ASSERT_FALSE (fs.contains_name_p (""));
116 ASSERT_FALSE (fs.contains_name_p ("haystack"));
129 ASSERT_FALSE (fs.contains_name_p (""));
130 ASSERT_FALSE (fs.contains_name_p ("haystack"));
175 ASSERT_FALSE (fs.contains_name_p ("___"));
176 ASSERT_FALSE (fs.contains_name_p ("Z"));
177 ASSERT_FALSE (fs.contains_name_p ("fgets_WITH_A_PREFIX"));
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
function-set.cc 101 ASSERT_FALSE (fs.contains_name_p (""));
102 ASSERT_FALSE (fs.contains_name_p ("haystack"));
115 ASSERT_FALSE (fs.contains_name_p (""));
116 ASSERT_FALSE (fs.contains_name_p ("haystack"));
129 ASSERT_FALSE (fs.contains_name_p (""));
130 ASSERT_FALSE (fs.contains_name_p ("haystack"));
175 ASSERT_FALSE (fs.contains_name_p ("___"));
176 ASSERT_FALSE (fs.contains_name_p ("Z"));
177 ASSERT_FALSE (fs.contains_name_p ("fgets_WITH_A_PREFIX"));
  /src/external/gpl3/gcc/dist/gcc/
tristate.cc 123 ASSERT_FALSE (u.is_known ());
124 ASSERT_FALSE (u.is_true ());
125 ASSERT_FALSE (u.is_false ());
131 ASSERT_FALSE (t.is_false ());
136 ASSERT_FALSE (f.is_true ());
et-forest.cc 819 ASSERT_FALSE (et_below (a, b));
821 ASSERT_FALSE (et_below (c, b));
824 ASSERT_FALSE (et_below (f, b));
826 ASSERT_FALSE (et_below (a, c));
827 ASSERT_FALSE (et_below (b, c));
829 ASSERT_FALSE (et_below (d, c));
830 ASSERT_FALSE (et_below (e, c));
833 ASSERT_FALSE (et_below (a, d));
834 ASSERT_FALSE (et_below (b, d));
835 ASSERT_FALSE (et_below (c, d))
    [all...]
sbitmap.cc 897 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 15));
899 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 14));
906 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511));
907 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 513, 1023));
911 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 508, 511));
915 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511));
916 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 512 + 64, 1023));
930 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023));
933 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023));
934 ASSERT_FALSE (bitmap_bit_in_range_p (s, 0, 99))
    [all...]
opt-suggestions.cc 373 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf", "-fipa"));
374 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf-functions", "-fipa-icf"));
376 ASSERT_FALSE (empty_completion_p (proposer, "-"));
377 ASSERT_FALSE (empty_completion_p (proposer, "-fipa"));
378 ASSERT_FALSE (empty_completion_p (proposer, "--par"));
vec-perm-indices.cc 352 ASSERT_FALSE (indices.series_p (0, 3, 3, 5));
353 ASSERT_FALSE (indices.series_p (0, 3, 0, 8));
358 ASSERT_FALSE (indices.series_p (1, 4, 3, 4));
361 ASSERT_FALSE (indices.series_p (0, 6, 0, 100));
363 ASSERT_FALSE (indices.series_p (1, 10, 3, 7));
opt-problem.cc 228 ASSERT_FALSE (res);
231 ASSERT_FALSE (res.get_result ());
tree.cc 15274 ASSERT_FALSE (FORCED_LABEL (label_decl));
15312 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual));
15327 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual));
15328 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual));
15342 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual));
15453 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_cst));
15454 ASSERT_FALSE (location_wrapper_p (int_cst));
15471 ASSERT_FALSE (CAN_HAVE_LOCATION_P (string_cst));
15472 ASSERT_FALSE (location_wrapper_p (string_cst));
15485 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_var))
    [all...]
input.cc 1997 ASSERT_FALSE
2169 ASSERT_FALSE (is_location_from_builtin_token (loc_a));
2175 ASSERT_FALSE (pure_location_p (line_table, range_c_b_d));
2231 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa)));
2233 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa)));
2241 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa)));
2243 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa)));
2249 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa_eq_bbb)));
2251 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa_eq_bbb)));
2257 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa_eq_bbb)))
    [all...]
rtl-tests.cc 161 ASSERT_FALSE (r.has_reuse_id (z, NULL));
219 ASSERT_FALSE (any_condjump_p (jump_insn));
splay-tree-utils.cc 190 ASSERT_FALSE (result);
208 ASSERT_FALSE (result);
  /src/external/gpl3/gcc.old/dist/gcc/
tristate.cc 123 ASSERT_FALSE (u.is_known ());
124 ASSERT_FALSE (u.is_true ());
125 ASSERT_FALSE (u.is_false ());
131 ASSERT_FALSE (t.is_false ());
136 ASSERT_FALSE (f.is_true ());
et-forest.cc 819 ASSERT_FALSE (et_below (a, b));
821 ASSERT_FALSE (et_below (c, b));
824 ASSERT_FALSE (et_below (f, b));
826 ASSERT_FALSE (et_below (a, c));
827 ASSERT_FALSE (et_below (b, c));
829 ASSERT_FALSE (et_below (d, c));
830 ASSERT_FALSE (et_below (e, c));
833 ASSERT_FALSE (et_below (a, d));
834 ASSERT_FALSE (et_below (b, d));
835 ASSERT_FALSE (et_below (c, d))
    [all...]
sbitmap.cc 897 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 15));
899 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 1, 14));
906 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511));
907 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 513, 1023));
911 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 508, 511));
915 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 0, 511));
916 ASSERT_FALSE (bitmap_bit_in_range_p_checking (s, 512 + 64, 1023));
930 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023));
933 ASSERT_FALSE (bitmap_bit_in_range_p (s, 512, 1023));
934 ASSERT_FALSE (bitmap_bit_in_range_p (s, 0, 99))
    [all...]
opt-suggestions.cc 373 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf", "-fipa"));
374 ASSERT_FALSE (in_completion_p (proposer, "-fipa-icf-functions", "-fipa-icf"));
376 ASSERT_FALSE (empty_completion_p (proposer, "-"));
377 ASSERT_FALSE (empty_completion_p (proposer, "-fipa"));
378 ASSERT_FALSE (empty_completion_p (proposer, "--par"));
tree.cc 14851 ASSERT_FALSE (FORCED_LABEL (label_decl));
14889 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual));
14904 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual));
14905 ASSERT_FALSE (VECTOR_CST_STEPPED_P (actual));
14919 ASSERT_FALSE (VECTOR_CST_DUPLICATE_P (actual));
15030 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_cst));
15031 ASSERT_FALSE (location_wrapper_p (int_cst));
15048 ASSERT_FALSE (CAN_HAVE_LOCATION_P (string_cst));
15049 ASSERT_FALSE (location_wrapper_p (string_cst));
15062 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_var))
    [all...]
vec-perm-indices.cc 352 ASSERT_FALSE (indices.series_p (0, 3, 3, 5));
353 ASSERT_FALSE (indices.series_p (0, 3, 0, 8));
358 ASSERT_FALSE (indices.series_p (1, 4, 3, 4));
361 ASSERT_FALSE (indices.series_p (0, 6, 0, 100));
363 ASSERT_FALSE (indices.series_p (1, 10, 3, 7));
opt-problem.cc 230 ASSERT_FALSE (res);
233 ASSERT_FALSE (res.get_result ());
  /src/external/bsd/zstd/dist/tests/
poolTests.c 25 #define ASSERT_FALSE(p) ASSERT_TRUE(!(p))
49 ASSERT_FALSE(ZSTD_pthread_mutex_init(&data.mutex, NULL));
162 ASSERT_FALSE( ZSTD_pthread_mutex_init(&test.mut, NULL) );
163 ASSERT_FALSE( ZSTD_pthread_cond_init(&test.cond, NULL) );
214 ASSERT_FALSE( ZSTD_pthread_mutex_init(&test.mut, NULL) );
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
function_call_trie_test.cc 94 ASSERT_FALSE(R.empty());
105 ASSERT_FALSE(R.empty());
123 ASSERT_FALSE(R.empty());
167 ASSERT_FALSE(R.empty());
172 ASSERT_FALSE(F1.Callees.empty());
176 ASSERT_FALSE(F2.Callees.empty());

Completed in 54 milliseconds

1 2 3 4