Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2913 maybe_wrap_new_for_constexpr (tree alloc_call, tree elt_type, tree cookie_size) in maybe_wrap_new_for_constexpr() argument
2916 return alloc_call; in maybe_wrap_new_for_constexpr()
2920 return alloc_call; in maybe_wrap_new_for_constexpr()
2922 tree call_expr = extract_call_expr (alloc_call); in maybe_wrap_new_for_constexpr()
2924 return alloc_call; in maybe_wrap_new_for_constexpr()
2930 return alloc_call; in maybe_wrap_new_for_constexpr()
2934 return build_nop (build_pointer_type (rtype), alloc_call); in maybe_wrap_new_for_constexpr()
2972 tree alloc_call, alloc_expr; in build_new_1() local
3305 alloc_call = NULL_TREE; in build_new_1()
3310 alloc_call in build_new_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc2990 maybe_wrap_new_for_constexpr (tree alloc_call, tree elt_type, tree cookie_size) in maybe_wrap_new_for_constexpr() argument
2993 return alloc_call; in maybe_wrap_new_for_constexpr()
2997 return alloc_call; in maybe_wrap_new_for_constexpr()
2999 tree call_expr = extract_call_expr (alloc_call); in maybe_wrap_new_for_constexpr()
3001 return alloc_call; in maybe_wrap_new_for_constexpr()
3007 return alloc_call; in maybe_wrap_new_for_constexpr()
3011 return build_nop (build_pointer_type (rtype), alloc_call); in maybe_wrap_new_for_constexpr()
3049 tree alloc_call, alloc_expr; in build_new_1() local
3387 alloc_call = NULL_TREE; in build_new_1()
3392 alloc_call in build_new_1()
[all …]
H A DChangeLog1834 constexpr wrapper from alloc_call.
H A DChangeLog-20082808 constructing alloc_call. Verify that the pointer is passed by
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c2003 gimple *alloc_call = NULL; variable
2027 alloc_call = si->alloc;
2047 alloc_call = stmt;
2265 if (!alloc_call)
2268 tree allocfn = gimple_call_fndecl (alloc_call);
2273 allocfn = gimple_call_fn (alloc_call);
2288 if (gimple_call_builtin_p (alloc_call, BUILT_IN_ALLOCA_WITH_ALIGN))
2291 inform (gimple_location (alloc_call),
2298 inform (gimple_location (alloc_call),
2303 inform (gimple_location (alloc_call),
[all …]