Home
last modified time | relevance | path

Searched refs:cast_pseudo (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.c33 static pseudo_t cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol *to);
1115 val = cast_pseudo(ep, val, btype, ctype); in linearize_bitfield_extract()
1162 old = cast_pseudo(ep, old, ad.type, ad.btype); in linearize_inc_dec()
1165 new = cast_pseudo(ep, new, ad.btype, ad.type); in linearize_inc_dec()
1360 static pseudo_t cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol *to) in cast_pseudo() function
1384 src = cast_pseudo(ep, src, from, size_t_ctype); in cast_pseudo()
1392 src = cast_pseudo(ep, src, from, size_t_ctype); in cast_pseudo()
1393 return cast_pseudo(ep, src, size_t_ctype, to); in cast_pseudo()
1482 oldvalue = cast_pseudo(ep, oldvalue, target->ctype, ctype); in linearize_assignment()
1486 value = cast_pseudo(e in linearize_assignment()
[all...]

Completed in 6 milliseconds