HomeSort by: relevance | last modified time | path
    Searched refs:block_dup_type (Results 1 - 5 of 5) 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
254 td = block_dup_type(gettyp(merge_signedness(t2, t)));
262 td = block_dup_type(gettyp(t2 == INT ? SHORT : USHORT));
290 td = block_dup_type(gettyp(lt));
784 dcs->d_type = block_dup_type(dcs->d_type);
1000 type_t *btp = block_dup_type(tp);
1005 type_t *btp = block_dup_type(tp);
1019 type_t *btp = block_dup_type(tp);
1025 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);
888 in->in_sym->s_type = block_dup_type(tn->tn_type);
cgram.y 1195 $$ = $3 != NULL ? block_dup_type($3->tn_type) : gettyp(INT);
1551 type_t *tp = block_dup_type($$->s_type);
tree.c 5311 ? mktempsym(block_dup_type(tn->tn_type))

Completed in 47 milliseconds