Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtarghooks.c192 tree cookie_size; in default_cxx_get_cookie_size() local
202 cookie_size = sizetype_size; in default_cxx_get_cookie_size()
204 cookie_size = type_align; in default_cxx_get_cookie_size()
206 return cookie_size; in default_cxx_get_cookie_size()
/openbsd/src/gnu/gcc/gcc/cp/
Dinit.c1609 tree cookie_size = NULL_TREE; in build_new_1() local
1748 cookie_size = targetm.cxx.get_cookie_size (elt_type); in build_new_1()
1749 size = size_binop (PLUS_EXPR, size, cookie_size); in build_new_1()
1777 cookie_size = targetm.cxx.get_cookie_size (elt_type); in build_new_1()
1779 cookie_size = NULL_TREE; in build_new_1()
1782 &size, &cookie_size, in build_new_1()
1794 if (!cookie_size && !is_initialized) in build_new_1()
1846 if (cookie_size) in build_new_1()
1853 alloc_node, cookie_size)); in build_new_1()
2280 tree cookie_size; in build_vec_delete_1() local
[all …]
Dcall.c2859 tree *size, tree *cookie_size, in build_operator_new_call() argument
2906 if (*cookie_size) in build_operator_new_call()
2938 *size = size_binop (PLUS_EXPR, *size, *cookie_size); in build_operator_new_call()
2943 *cookie_size = NULL_TREE; in build_operator_new_call()
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dinit.c2131 tree cookie_size; local
2141 cookie_size = sizetype_size;
2143 cookie_size = type_align;
2145 return cookie_size;
2175 tree cookie_size = NULL_TREE; local
2256 cookie_size = get_cookie_size (true_type);
2257 size = size_binop (PLUS_EXPR, size, cookie_size);
2342 alloc_expr, cookie_size);
2437 alloc_node, cookie_size));
2518 use_cookie ? cookie_size : size_zero_node);
[all …]
DChangeLog1279 * init.c (build_new_1): Test use_cookie instead of cookie_size to