Searched refs:cookie_ptr (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c2084 tree cookie_ptr;
2094 cookie_ptr = size_binop (MINUS_EXPR, cookie_size, size_in_bytes (sizetype));
2095 cookie_ptr = fold_build2_loc (input_location,
2097 alloc_node, cookie_ptr);
2099 cookie_ptr = fold_convert (size_ptr_type, cookie_ptr);
2100 cookie = cp_build_indirect_ref (cookie_ptr, RO_NULL, complain);
2107 cookie_ptr = build2 (POINTER_PLUS_EXPR, size_ptr_type, cookie_ptr,
2112 cookie = cp_build_indirect_ref (cookie_ptr, RO_NUL
2082 tree cookie_ptr; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c2071 tree cookie_ptr;
2080 cookie_ptr = build2 (MINUS_EXPR, build_pointer_type (sizetype),
2082 cookie = build_indirect_ref (cookie_ptr, NULL);
2089 cookie_ptr = build2 (MINUS_EXPR, build_pointer_type (sizetype),
2090 cookie_ptr, size_in_bytes (sizetype));
2091 cookie = build_indirect_ref (cookie_ptr, NULL);
2069 tree cookie_ptr; local

Completed in 173 milliseconds