OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zerop
(Results
1 - 25
of
48
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/tools/clang-rename/
clang-rename.el
49
(if (and (integerp exit-code) (
zerop
exit-code))
/src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format.el
182
(unless (
zerop
(cadr (insert-file-contents temp-file)))
189
((not (
zerop
status))
/src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc
694
if (cst1 &&
zerop
(cst1))
699
if (cst1 &&
zerop
(cst1))
702
if (cst0 &&
zerop
(cst0))
713
&&
zerop
(cst1)
723
if (
zerop
(cst1)
741
if (cst0 && !
zerop
(cst0))
744
if (cst1 && !
zerop
(cst1))
747
if (cst0 &&
zerop
(cst0))
750
if (cst1 &&
zerop
(cst1))
760
if (cst0 && !
zerop
(cst0)
[
all
...]
kf-analyzer.cc
79
bool simple =
zerop
(t_verbosity);
checker-event.cc
784
&&
zerop
(rhs))
805
&&
zerop
(rhs))
ranges.cc
180
return
zerop
(cst);
sm-malloc.cc
377
if (
zerop
(cst))
1227
if (
zerop
(m_arg))
1241
if (
zerop
(ev.m_expr))
2101
&&
zerop
(rhs))
2384
if (
zerop
(rhs))
svalue.cc
291
if (
zerop
(cst0))
294
if (
zerop
(cst1))
1030
if (
zerop
(m_cst_expr))
1062
return
zerop
(m_cst_expr);
1323
if (
zerop
(cst))
sm-file.cc
66
if (
zerop
(cst))
call-summary.cc
113
&&
zerop
(cst))
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc
629
if (cst1 &&
zerop
(cst1))
634
if (cst1 &&
zerop
(cst1))
637
if (cst0 &&
zerop
(cst0))
642
if (cst1 &&
zerop
(cst1) && INTEGRAL_TYPE_P (type))
651
if (
zerop
(cst1) && INTEGRAL_TYPE_P (type))
668
if (cst0 && !
zerop
(cst0))
671
if (cst1 && !
zerop
(cst1))
674
if (cst0 &&
zerop
(cst0))
677
if (cst1 &&
zerop
(cst1))
687
if (cst0 && !
zerop
(cst0)
[
all
...]
sm-file.cc
67
if (
zerop
(cst))
svalue.cc
189
if (
zerop
(cst0))
192
if (
zerop
(cst1))
882
if (
zerop
(m_cst_expr))
898
return
zerop
(m_cst_expr);
1154
if (
zerop
(cst))
checker-path.cc
583
&&
zerop
(rhs))
604
&&
zerop
(rhs))
sm-malloc.cc
353
if (
zerop
(cst))
1144
if (
zerop
(m_arg))
1160
if (
zerop
(ev.m_expr))
1963
if (
zerop
(rhs))
region-model-impl-calls.cc
253
bool simple =
zerop
(t_verbosity);
/src/sys/dev/raidframe/
rf_paritymap.c
273
int i,
zerop
, progressp;
local
277
zerop
= progressp = 0;
288
zerop
= 1;
301
if (
zerop
)
/src/external/gpl2/texinfo/dist/util/
texi-docstring-magic.el
319
(or (not (
zerop
(skip-syntax-backward "_w")))
/src/external/gpl3/gcc/dist/gcc/
tree-complex.cc
118
int
zerop
= false;
local
124
zerop
= real_identical (&TREE_REAL_CST (t), &dconst0);
126
zerop
= fixed_zerop (t);
128
zerop
= integer_zerop (t);
130
return !
zerop
;
match.pd
31
zerop
2345
(cond (cmp@0 @01 @02) @3
zerop
)
2346
(cond (icmp@4 @01 @02) @5
zerop
))
5928
(cnd (cmp @0
zerop
) @2 (negate@1 @2))
5933
(cnd (cmp @0
zerop
)
zerop
(negate@1 @2))
5941
(cnd (cmp @0
zerop
) @1 (negate @1))
5946
(cnd (cmp @0
zerop
) @1 integer_zerop)
5954
(cnd (cmp @0
zerop
) @1 (negate @1))
5964
(cnd (cmp @0
zerop
) @1 (negate @1)
[
all
...]
tree.cc
2848
zerop
(const_tree expr)
15741
/* Test
zerop
. */
15742
ASSERT_TRUE (
zerop
(i_0));
15743
ASSERT_TRUE (
zerop
(wr_i_0));
15744
ASSERT_FALSE (
zerop
(i_1));
15745
ASSERT_FALSE (
zerop
(wr_i_1));
15746
ASSERT_FALSE (
zerop
(i_m1));
15747
ASSERT_FALSE (
zerop
(wr_i_m1));
15748
ASSERT_TRUE (
zerop
(f_0));
15749
ASSERT_TRUE (
zerop
(wr_f_0))
2844
zerop
(const_tree expr)
function
[
all
...]
tree-ssa-uninit.cc
216
&&
zerop
(gimple_assign_rhs2 (ass)))
/src/external/gpl3/gcc.old/dist/gcc/
tree-complex.cc
118
int
zerop
= false;
local
124
zerop
= real_identical (&TREE_REAL_CST (t), &dconst0);
126
zerop
= fixed_zerop (t);
128
zerop
= integer_zerop (t);
130
return !
zerop
;
tree.cc
2809
zerop
(const_tree expr)
15318
/* Test
zerop
. */
15319
ASSERT_TRUE (
zerop
(i_0));
15320
ASSERT_TRUE (
zerop
(wr_i_0));
15321
ASSERT_FALSE (
zerop
(i_1));
15322
ASSERT_FALSE (
zerop
(wr_i_1));
15323
ASSERT_FALSE (
zerop
(i_m1));
15324
ASSERT_FALSE (
zerop
(wr_i_m1));
15325
ASSERT_TRUE (
zerop
(f_0));
15326
ASSERT_TRUE (
zerop
(wr_f_0))
2805
zerop
(const_tree expr)
function
[
all
...]
/src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el
3270
(or (
zerop
po-untranslated-counter)
3274
(or (
zerop
po-fuzzy-counter)
3278
(or (
zerop
po-obsolete-counter)
Completed in 81 milliseconds
1
2
Indexes created Wed Jun 17 00:25:26 UTC 2026