OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:block_dup_type
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/xlint/lint1/
decl.c
106
* type must not be modified; use
block_dup_type
or expr_dup_type if necessary.
118
block_dup_type
(const type_t *tp)
function in typeref:typename:type_t *
256
td =
block_dup_type
(gettyp(merge_signedness(t2, t)));
264
td =
block_dup_type
(gettyp(t2 == INT ? SHORT : USHORT));
292
td =
block_dup_type
(gettyp(lt));
785
dcs->d_type =
block_dup_type
(dcs->d_type);
1004
type_t *btp =
block_dup_type
(tp);
1009
type_t *btp =
block_dup_type
(tp);
1023
type_t *btp =
block_dup_type
(tp);
1029
dsym->s_type = tp =
block_dup_type
(gettyp(t = INT))
[
all
...]
externs1.h
218
type_t *
block_dup_type
(const type_t *);
init.c
193
type_t *tp =
block_dup_type
(sym->s_type);
898
in->in_sym->s_type =
block_dup_type
(tn->tn_type);
README.md
102
it needs to be copied using `
block_dup_type
` or `expr_dup_type`.
cgram.y
1165
$$ = $3 != NULL ?
block_dup_type
($3->tn_type) : gettyp(INT);
1521
type_t *tp =
block_dup_type
($$->s_type);
tree.c
5154
? mktempsym(
block_dup_type
(tn->tn_type))
Completed in 19 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025