OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_false
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tristate.cc
86
if (other.
is_false
())
125
ASSERT_FALSE (u.
is_false
());
131
ASSERT_FALSE (t.
is_false
());
137
ASSERT_TRUE (f.
is_false
());
152
ASSERT_TRUE (f2.
is_false
());
tristate.h
43
bool
is_false
() const { return m_value == TS_FALSE; }
function in class:tristate
gimple-predicate-analysis.h
68
bool
is_false
() const
function in class:predicate
gimple-predicate-analysis.cc
2205
if (use_preds.
is_false
())
2227
if (m_phi_def_preds.
is_false
())
/src/external/gpl3/gcc.old/dist/gcc/
tristate.cc
86
if (other.
is_false
())
125
ASSERT_FALSE (u.
is_false
());
131
ASSERT_FALSE (t.
is_false
());
137
ASSERT_TRUE (f.
is_false
());
152
ASSERT_TRUE (f2.
is_false
());
tristate.h
42
bool
is_false
() const { return m_value == TS_FALSE; }
function in class:tristate
/src/external/mit/isl/dist/
isl_test_cpp-checked.cc
52
* - The is_true,
is_false
, and is_error functions return true in case they
72
assert(!b_true.
is_false
());
76
assert(b_false.
is_false
());
80
assert(!b_error.
is_false
());
89
assert((!b_true).
is_false
());
93
assert(!isl::boolean(true).
is_false
());
96
assert(isl::boolean(false).
is_false
());
101
assert(!isl::manage(isl_bool_true).
is_false
());
104
assert(isl::manage(isl_bool_false).
is_false
());
110
assert(!isl::manage(isl_bool_error).
is_false
());
[
all
...]
/src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc
309
else if (ts.
is_false
())
351
else if (ts.
is_false
())
store.cc
2761
if (ts_ab.
is_false
())
2764
if (ts_ba.
is_false
())
2827
if (ts.
is_false
())
constraint-manager.cc
1787
if (t_cond.
is_false
())
1803
if (t.
is_false
())
1853
if (t.
is_false
())
2665
if (t.
is_false
())
access-diagram.cc
2330
if (ts_gt_zero.
is_false
())
region-model.cc
5058
if (t_cond.
is_false
())
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
store.cc
2552
if (ts_ab.
is_false
())
2555
if (ts_ba.
is_false
())
2606
if (ts.
is_false
())
constraint-manager.cc
1782
if (t_cond.
is_false
())
1798
if (t.
is_false
())
1848
if (t.
is_false
())
region-model.cc
3277
if (t_cond.
is_false
())
/src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c
10924
bool
is_false
= false;
local
10931
if (atomic_compare_exchange_strong(&res->exiting, &
is_false
, true)) {
/src/external/mpl/bind/dist/lib/dns/
resolver.c
10389
bool
is_false
= false;
local
10395
if (atomic_compare_exchange_strong(&res->exiting, &
is_false
, true)) {
/src/external/mit/isl/dist/include/isl/
cpp-checked.h
76
bool
is_false
() const { check->checked = true; return val == isl_bool_false; }
function in class:isl::checked::boolean
5824
if (isa<T>().
is_false
())
5973
if (isa<T>().
is_false
())
6938
if (isa<T>().
is_false
())
15971
if (isa<T>().
is_false
())
/src/external/gpl3/gcc/dist/gcc/cp/
parser.cc
14354
if (ref_conv_binds_to_temporary (rtype, expr).
is_false
())
[
all
...]
Completed in 194 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026