Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbuiltins.h138 tree gimple_call_alloc_size (gimple *, wide_int[2] = NULL,
H A Dbuiltins.c3718 gimple_call_alloc_size (gimple *stmt, wide_int rng1[2] /* = NULL */, in gimple_call_alloc_size() function
3886 if (tree size = gimple_call_alloc_size (stmt)) in compute_objsize()
H A Dtree-ssa-strlen.c2021 destsize = gimple_call_alloc_size (si->alloc, rng, rvals);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.h258 extern tree gimple_call_alloc_size (gimple *, wide_int[2] = nullptr,
H A Dpointer-query.cc447 gimple_call_alloc_size (gimple *stmt, wide_int rng1[2] /* = NULL */, in gimple_call_alloc_size() function
2025 if (gimple_call_alloc_size (stmt, wr, rvals)) in handle_ssa_name()
H A Dtree-ssa-strlen.cc3238 dstsize = gimple_call_alloc_size (def_stmt); in handle_builtin_stxncpy_strncat()
H A DChangeLog-2019738 (gimple_call_alloc_size): Add arguments.
746 * builtins.h (gimple_call_alloc_size): Add arguments.
1019 * builtins.c (gimple_call_alloc_size): Convert size to sizetype
1754 * builtins.c (gimple_call_alloc_size): New function.
1755 (compute_objsize): Add argument. Call gimple_call_alloc_size.
1757 * builtins.h (gimple_call_alloc_size): Declare.
H A DChangeLog-20218529 (gimple_call_alloc_size): Same.
8539 (gimple_call_alloc_size): Add an argument.
18577 (gimple_call_alloc_size): Move to tree.c.
18602 (gimple_call_alloc_size): Same.
31083 * builtins.c (gimple_call_alloc_size): Fail gracefully when argument
H A DChangeLog-20209595 (gimple_call_alloc_size): Call get_size_range instead of get_range.
11479 (gimple_call_alloc_size): Same.
11481 (gimple_call_alloc_size): Replace vr_values with range_query.
12759 (gimple_call_alloc_size): Set range even on failure.