Home
last modified time | relevance | path

Searched defs:is_false (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtristate.h42 bool is_false () const { return m_value == TS_FALSE; } in is_false() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtristate.h42 bool is_false () const { return m_value == TS_FALSE; } in is_false() function
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dresolver.c10661 bool is_false = false; dns_resolver_shutdown() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dresolver.c10924 bool is_false = false; in dns_resolver_shutdown() local
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h76 bool is_false() const { check->checked = true; return val == isl_bool_false; } in is_false() function