Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c31 static pseudo_t add_setval(struct entrypoint *ep, struct symbol *ctype, struct expression *val);
1071 static pseudo_t add_setval(struct entrypoint *ep, struct symbol *ctype, struct expression *val) in add_setval() function
1881 return add_setval(ep, expr->ctype, expr); in linearize_expression()