OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_binary
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/xlint/lint1/
cgram.y
642
$$ = build_unary(INDIR, $3,
build_binary
($1, PLUS, $3, $4));
856
$$ =
build_binary
($1, MULT, $3, $4);
859
$$ =
build_binary
($1, $2, $3, $4);
862
$$ =
build_binary
($1, $2, $3, $4);
865
$$ =
build_binary
($1, $2, $3, $4);
868
$$ =
build_binary
($1, $2, $3, $4);
871
$$ =
build_binary
($1, $2, $3, $4);
874
$$ =
build_binary
($1, BITAND, $3, $4);
877
$$ =
build_binary
($1, BITXOR, $3, $4);
880
$$ =
build_binary
($1, BITOR, $3, $4)
[
all
...]
externs1.h
292
tnode_t *
build_binary
(tnode_t *, op_t, bool, tnode_t *);
func.c
924
tnode_t *retn =
build_binary
(ln, RETURN, sys, tn);
init.c
835
tnode_t *tn =
build_binary
(ln, INIT, false /* XXX */, rn);
tree.c
1652
/* The operands were already balanced in
build_binary
. */
2100
build_binary
(tnode_t *ln, op_t op, bool sys, tnode_t *rn)
function
2248
return
build_binary
(tn, op, sys, NULL);
2431
return
build_binary
(ln, op, sys, build_name(msym, false));
4810
* Perform some tests on expressions which can't be done in
build_binary
()
4811
* and functions called by
build_binary
(). These tests must be done here
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026