Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c689 static struct symbol * alloc_indirect_symbol(struct position pos, struct ctype *ctype, int type) in alloc_indirect_symbol() function
1867 fn = alloc_indirect_symbol(token->pos, ctype, SYM_FN); in direct_declarator()
1880 array = alloc_indirect_symbol(token->pos, ctype, SYM_ARRAY); in direct_declarator()
1929 bitfield = alloc_indirect_symbol(token->pos, ctype, SYM_BITFIELD); in handle_bitfield()