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_binary
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lint1.h
697
is_binary
(const tnode_t *tn)
function
tree.c
1324
int64_t r =
is_binary
(tn) ? tn->u.ops.right->u.value.u.integer : 0;
1337
if (
is_binary
(tn)) {
1357
if (
is_binary
(tn)) {
1380
if (
is_binary
(tn) && tn->u.ops.right->tn_system_dependent)
1899
lint_assert(
is_binary
(tn));
1923
bool r =
is_binary
(tn) && constant_is_nonzero(tn->u.ops.right);
1997
lint_assert(!
is_binary
(tn) || t == tn->u.ops.right->tn_type->t_tspec);
2000
long double rv =
is_binary
(tn) ? tn->u.ops.right->u.value.u.floating
2088
if (
is_binary
(tn))
debug.c
270
lint_assert(
is_binary
(tn) == (tn->u.ops.right != NULL));
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026