Home
last modified time | relevance | path

Searched refs:zerop (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc629 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 Dsvalue.cc189 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 Dchecker-path.cc583 && zerop (rhs)) in maybe_describe_condition()
604 && zerop (rhs)) in maybe_describe_condition()
H A Dsm-file.cc67 if (zerop (cst)) in get_default_state()
H A Dsm-malloc.cc353 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 Dregion-model-impl-calls.cc253 bool simple = zerop (t_verbosity); in impl_call_analyzer_describe()
H A Dregion-model.cc939 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 Dprogram-state.cc721 if (zerop (cst)) in canonicalize_svalue()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format.el182 (unless (zerop (cadr (insert-file-contents temp-file)))
189 ((not (zerop status))
/netbsd-src/sys/dev/raidframe/
H A Drf_paritymap.c273 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 Dclang-rename.el49 (if (and (integerp exit-code) (zerop exit-code))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm.cc51 if (!zerop (gimple_assign_rhs1 (assign_stmt))) in is_zero_assignment()
H A Dchecker-path.cc536 && zerop (rhs)) in maybe_describe_condition()
557 && zerop (rhs)) in maybe_describe_condition()
H A Dsm-malloc.cc761 if (zerop (rhs)) in on_phi()
779 if (!zerop (rhs)) in on_condition()
H A Dsm-file.cc366 if (!zerop (rhs)) in on_condition()
H A Dregion-model.cc5581 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 Dtree-complex.c116 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 Dtree.c2536 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 Dtree-sra.c987 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 Dtexi-docstring-magic.el319 (or (not (zerop (skip-syntax-backward "_w")))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc118 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 Dtree.cc2805 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 Dtree-ssa-uninit.cc212 && zerop (gimple_assign_rhs2 (var_def_stmt))) in warn_uninit()
H A Dtree-sra.cc1003 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 Dpo-mode.el3246 (or (zerop po-untranslated-counter)
3250 (or (zerop po-fuzzy-counter)
3254 (or (zerop po-obsolete-counter)

12