/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model-manager.cc | 629 if (cst1 && zerop (cst1)) in maybe_fold_binop() 634 if (cst1 && zerop (cst1)) in maybe_fold_binop() 637 if (cst0 && zerop (cst0)) in maybe_fold_binop() 642 if (cst1 && zerop (cst1) && INTEGRAL_TYPE_P (type)) in maybe_fold_binop() 651 if (zerop (cst1) && INTEGRAL_TYPE_P (type)) in maybe_fold_binop() 668 if (cst0 && !zerop (cst0)) in maybe_fold_binop() 671 if (cst1 && !zerop (cst1)) in maybe_fold_binop() 674 if (cst0 && zerop (cst0)) in maybe_fold_binop() 677 if (cst1 && zerop (cst1)) in maybe_fold_binop() 687 if (cst0 && !zerop (cst0)) in maybe_fold_binop() [all …]
|
H A D | svalue.cc | 189 if (zerop (cst0)) in can_merge_p() 192 if (zerop (cst1)) in can_merge_p() 882 if (zerop (m_cst_expr)) in maybe_fold_bits_within() 898 return zerop (m_cst_expr); in all_zeroes_p() 1154 if (zerop (cst)) in maybe_fold_bits_within()
|
H A D | checker-path.cc | 583 && zerop (rhs)) in maybe_describe_condition() 604 && zerop (rhs)) in maybe_describe_condition()
|
H A D | sm-file.cc | 67 if (zerop (cst)) in get_default_state()
|
H A D | sm-malloc.cc | 353 if (zerop (cst)) in get_default_state() 1144 if (zerop (m_arg)) in emit() 1160 if (zerop (ev.m_expr)) in describe_final_event() 1963 if (zerop (rhs)) in on_phi()
|
H A D | region-model-impl-calls.cc | 253 bool simple = zerop (t_verbosity); in impl_call_analyzer_describe()
|
H A D | region-model.cc | 939 if (zerop (other_arg_cst)) in within_short_circuited_stmt_p() 943 if (!zerop (other_arg_cst)) in within_short_circuited_stmt_p() 3018 if (zerop (cst_rhs->get_constant ())) in eval_condition_without_cm() 3298 if (op == EQ_EXPR && zerop (rhs_cst)) in add_constraint()
|
H A D | program-state.cc | 721 if (zerop (cst)) in canonicalize_svalue()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | clang-format.el | 182 (unless (zerop (cadr (insert-file-contents temp-file))) 189 ((not (zerop status))
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_paritymap.c | 273 int i, zerop, progressp; in rf_paritymap_checkwork() local 277 zerop = progressp = 0; in rf_paritymap_checkwork() 288 zerop = 1; in rf_paritymap_checkwork() 301 if (zerop) in rf_paritymap_checkwork()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-rename/ |
H A D | clang-rename.el | 49 (if (and (integerp exit-code) (zerop exit-code))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | sm.cc | 51 if (!zerop (gimple_assign_rhs1 (assign_stmt))) in is_zero_assignment()
|
H A D | checker-path.cc | 536 && zerop (rhs)) in maybe_describe_condition() 557 && zerop (rhs)) in maybe_describe_condition()
|
H A D | sm-malloc.cc | 761 if (zerop (rhs)) in on_phi() 779 if (!zerop (rhs)) in on_condition()
|
H A D | sm-file.cc | 366 if (!zerop (rhs)) in on_condition()
|
H A D | region-model.cc | 5581 if (zerop (cst_rhs->get_constant ())) in eval_condition_without_cm() 5645 if (zerop (rhs) && op == NE_EXPR) in add_constraint() 5690 if (!zerop (rhs)) in add_any_constraints_from_ssa_def_stmt() 6942 if (zerop (cst_sval->get_constant ())) in get_or_create_mem_ref()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-complex.c | 116 int zerop = false; in some_nonzerop() local 122 zerop = real_identical (&TREE_REAL_CST (t), &dconst0); in some_nonzerop() 124 zerop = fixed_zerop (t); in some_nonzerop() 126 zerop = integer_zerop (t); in some_nonzerop() 128 return !zerop; in some_nonzerop()
|
H A D | tree.c | 2536 zerop (const_tree expr) in zerop() function 15783 ASSERT_TRUE (zerop (i_0)); in test_predicates() 15784 ASSERT_TRUE (zerop (wr_i_0)); in test_predicates() 15785 ASSERT_FALSE (zerop (i_1)); in test_predicates() 15786 ASSERT_FALSE (zerop (wr_i_1)); in test_predicates() 15787 ASSERT_FALSE (zerop (i_m1)); in test_predicates() 15788 ASSERT_FALSE (zerop (wr_i_m1)); in test_predicates() 15789 ASSERT_TRUE (zerop (f_0)); in test_predicates() 15790 ASSERT_TRUE (zerop (wr_f_0)); in test_predicates() 15791 ASSERT_FALSE (zerop (f_1)); in test_predicates() [all …]
|
H A D | tree-sra.c | 987 if (zerop (DECL_SIZE (fld))) in scalarizable_type_p() 1987 if (!zerop (TREE_OPERAND (expr, 1))) in path_comparable_for_same_access() 3140 if (!zerop (DECL_FIELD_OFFSET (fld))) in access_and_field_type_match_p()
|
/netbsd-src/external/gpl2/texinfo/dist/util/ |
H A D | texi-docstring-magic.el | 319 (or (not (zerop (skip-syntax-backward "_w")))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-complex.cc | 118 int zerop = false; in some_nonzerop() local 124 zerop = real_identical (&TREE_REAL_CST (t), &dconst0); in some_nonzerop() 126 zerop = fixed_zerop (t); in some_nonzerop() 128 zerop = integer_zerop (t); in some_nonzerop() 130 return !zerop; in some_nonzerop()
|
H A D | tree.cc | 2805 zerop (const_tree expr) in zerop() function 15280 ASSERT_TRUE (zerop (i_0)); in test_predicates() 15281 ASSERT_TRUE (zerop (wr_i_0)); in test_predicates() 15282 ASSERT_FALSE (zerop (i_1)); in test_predicates() 15283 ASSERT_FALSE (zerop (wr_i_1)); in test_predicates() 15284 ASSERT_FALSE (zerop (i_m1)); in test_predicates() 15285 ASSERT_FALSE (zerop (wr_i_m1)); in test_predicates() 15286 ASSERT_TRUE (zerop (f_0)); in test_predicates() 15287 ASSERT_TRUE (zerop (wr_f_0)); in test_predicates() 15288 ASSERT_FALSE (zerop (f_1)); in test_predicates() [all …]
|
H A D | tree-ssa-uninit.cc | 212 && zerop (gimple_assign_rhs2 (var_def_stmt))) in warn_uninit()
|
H A D | tree-sra.cc | 1003 if (zerop (DECL_SIZE (fld))) in scalarizable_type_p() 2027 if (!zerop (TREE_OPERAND (expr, 1))) in path_comparable_for_same_access() 3187 if (!zerop (DECL_FIELD_OFFSET (fld))) in access_and_field_type_match_p()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/ |
H A D | po-mode.el | 3246 (or (zerop po-untranslated-counter) 3250 (or (zerop po-fuzzy-counter) 3254 (or (zerop po-obsolete-counter)
|