Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c33 static pseudo_t cast_pseudo(struct entrypoint *ep, pseudo_t src, struct symbol *from, struct symbol…
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… 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(ep, dst, ctype, expr->ctype); in linearize_assignment()
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst818 * cast: fix warning position in cast_pseudo()