Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dubsan.c2137 tree sizet; in instrument_object_size() local
2145 sizet = build_int_cst (sizetype, size); in instrument_object_size()
2151 sizet = builtin_decl_explicit (BUILT_IN_OBJECT_SIZE); in instrument_object_size()
2152 sizet = build_call_expr_loc (loc, sizet, 2, base_addr, in instrument_object_size()
2154 sizet = force_gimple_operand_gsi (gsi, sizet, false, NULL_TREE, true, in instrument_object_size()
2159 if (SSA_VAR_P (sizet)) in instrument_object_size()
2181 && TREE_CODE (sizet) == INTEGER_CST in instrument_object_size()
2182 && tree_int_cst_le (t, sizet)) in instrument_object_size()
2187 && TREE_CODE (sizet) == INTEGER_CST) in instrument_object_size()
2195 tree sz = fold_build2 (EXACT_DIV_EXPR, sizetype, sizet, in instrument_object_size()
[all …]