Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dlatent_entropy_plugin.c301 static enum tree_code get_op(tree *rhs) in get_op() argument
314 if (rhs) { in get_op()
329 if (rhs) in get_op()
330 *rhs = build_int_cstu(long_unsigned_type_node, random_const); in get_op()
344 tree rhs; in perturb_local_entropy() local
347 op = get_op(&rhs); in perturb_local_entropy()
348 assign = create_assign(op, local_entropy, local_entropy, rhs); in perturb_local_entropy()
Drandomize_layout_plugin.c661 static bool dominated_by_is_err(const_tree rhs, basic_block bb) in dominated_by_is_err() argument
711 if (is_err_arg != rhs) in dominated_by_is_err()