OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_binary
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lint1.h
695
is_binary
(const tnode_t *tn)
function in typeref:typename:bool
lint1.h
695
is_binary
(const tnode_t *tn)
function in typeref:typename:bool
tree.c
1260
int64_t r =
is_binary
(tn) ? tn->u.ops.right->u.value.u.integer : 0;
1273
if (
is_binary
(tn)) {
1293
if (
is_binary
(tn)) {
1316
if (
is_binary
(tn) && tn->u.ops.right->tn_system_dependent)
1835
lint_assert(
is_binary
(tn));
1859
bool r =
is_binary
(tn) && constant_is_nonzero(tn->u.ops.right);
1933
lint_assert(!
is_binary
(tn) || t == tn->u.ops.right->tn_type->t_tspec);
1936
long double rv =
is_binary
(tn) ? tn->u.ops.right->u.value.u.floating
2024
if (
is_binary
(tn))
tree.c
1260
int64_t r =
is_binary
(tn) ? tn->u.ops.right->u.value.u.integer : 0;
1273
if (
is_binary
(tn)) {
1293
if (
is_binary
(tn)) {
1316
if (
is_binary
(tn) && tn->u.ops.right->tn_system_dependent)
1835
lint_assert(
is_binary
(tn));
1859
bool r =
is_binary
(tn) && constant_is_nonzero(tn->u.ops.right);
1933
lint_assert(!
is_binary
(tn) || t == tn->u.ops.right->tn_type->t_tspec);
1936
long double rv =
is_binary
(tn) ? tn->u.ops.right->u.value.u.floating
2024
if (
is_binary
(tn))
debug.c
270
lint_assert(
is_binary
(tn) == (tn->u.ops.right != NULL));
debug.c
270
lint_assert(
is_binary
(tn) == (tn->u.ops.right != NULL));
Completed in 37 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025