Home
last modified time | relevance | path

Searched refs:thistype (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c673 static void apply_ctype(struct position pos, struct ctype *thistype, struct ctype *ctype);
1510 static void apply_ctype(struct position pos, struct ctype *thistype, struct ctype *ctype) in apply_ctype() argument
1512 unsigned long mod = thistype->modifiers; in apply_ctype()
1518 concat_ptr_list((struct ptr_list *)thistype->contexts, in apply_ctype()
1522 if (thistype->alignment > ctype->alignment) in apply_ctype()
1523 ctype->alignment = thistype->alignment; in apply_ctype()
1526 if (thistype->as) in apply_ctype()
1527 ctype->as = thistype->as; in apply_ctype()