OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_unary
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/xlint/lint1/
cgram.y
642
$$ =
build_unary
(INDIR, $3, build_binary($1, PLUS, $3, $4));
656
$$ =
build_unary
($2 ? INCAFT : DECAFT, $3, $1);
773
$$ =
build_unary
($1 ? INCBEF : DECBEF, $2, $3);
776
$$ =
build_unary
(ADDR, $2, $3);
779
$$ =
build_unary
(INDIR, $2, $3);
785
$$ =
build_unary
($1 == PLUS ? UPLUS : UMINUS, $2, $3);
788
$$ =
build_unary
(COMPL, $2, $3);
791
$$ =
build_unary
(NOT, $2, $3);
794
$$ =
build_unary
(REAL, $2, $3);
797
$$ =
build_unary
(IMAG, $2, $3)
[
all
...]
externs1.h
293
tnode_t *
build_unary
(op_t, bool, tnode_t *);
tree.c
2182
build_unary
(op_t op, bool sys, tnode_t *tn)
function in typeref:typename:tnode_t *
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025