Searched refs:lhs (Results 1 – 3 of 3) sorted by relevance
/scripts/gcc-plugins/ |
D | gcc-common.h | 311 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops() argument 313 return gimple_build_assign(lhs, subcode, op1, op2 PASS_MEM_STAT); in gimple_build_assign_with_ops()
|
D | latent_entropy_plugin.c | 334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument 337 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
|
D | randomize_layout_plugin.c | 738 const_tree lhs; in find_bad_casts_execute() local 772 lhs = gimple_get_lhs(stmt); in find_bad_casts_execute() 773 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()
|