Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-ssa-warn-access.cc1796 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl)) in matching_alloc_calls_p()
1858 if (alloc == DECL_NAME (dealloc_decl)) in matching_alloc_calls_p()
1906 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p()
1983 if (!dealloc_decl) in warn_dealloc_offset()
1986 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl) in warn_dealloc_offset()
2020 dealloc_decl, aref.ref, offstr)) in warn_dealloc_offset()
3311 tree dealloc_decl = fndecl; in maybe_check_dealloc_call() local
3320 dealloc_decl, ref)) in maybe_check_dealloc_call()
3337 "object %qE", dealloc_decl, ref)) in maybe_check_dealloc_call()
3380 "function", dealloc_decl); in maybe_check_dealloc_call()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dbuiltins.c13418 if (alloc == DECL_NAME (dealloc_decl)) in matching_alloc_calls_p()
13466 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p()
13542 tree dealloc_decl = get_callee_fndecl (exp); in warn_dealloc_offset() local
13543 if (!dealloc_decl) in warn_dealloc_offset()
13546 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl) in warn_dealloc_offset()
13580 exp, dealloc_decl, aref.ref, offstr)) in warn_dealloc_offset()
13634 tree dealloc_decl = get_callee_fndecl (exp); in maybe_emit_free_warning() local
13643 exp, dealloc_decl, ref)) in maybe_emit_free_warning()
13663 "object %qE", exp, dealloc_decl, ref)) in maybe_emit_free_warning()
13702 "function", exp, dealloc_decl); in maybe_emit_free_warning()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dbuiltins.c13418 if (alloc == DECL_NAME (dealloc_decl)) in matching_alloc_calls_p()
13466 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p()
13542 tree dealloc_decl = get_callee_fndecl (exp); in warn_dealloc_offset() local
13543 if (!dealloc_decl) in warn_dealloc_offset()
13546 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl) in warn_dealloc_offset()
13580 exp, dealloc_decl, aref.ref, offstr)) in warn_dealloc_offset()
13634 tree dealloc_decl = get_callee_fndecl (exp); in maybe_emit_free_warning() local
13643 exp, dealloc_decl, ref)) in maybe_emit_free_warning()
13663 "object %qE", exp, dealloc_decl, ref)) in maybe_emit_free_warning()
13702 "function", exp, dealloc_decl); in maybe_emit_free_warning()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dbuiltins.c13418 if (alloc == DECL_NAME (dealloc_decl)) in matching_alloc_calls_p()
13466 rmats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p()
13542 tree dealloc_decl = get_callee_fndecl (exp); in warn_dealloc_offset() local
13543 if (!dealloc_decl) in warn_dealloc_offset()
13546 if (DECL_IS_OPERATOR_DELETE_P (dealloc_decl) in warn_dealloc_offset()
13580 exp, dealloc_decl, aref.ref, offstr)) in warn_dealloc_offset()
13634 tree dealloc_decl = get_callee_fndecl (exp); in maybe_emit_free_warning() local
13643 exp, dealloc_decl, ref)) in maybe_emit_free_warning()
13663 "object %qE", exp, dealloc_decl, ref)) in maybe_emit_free_warning()
13702 "function", exp, dealloc_decl); in maybe_emit_free_warning()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-attribs.c3208 maybe_add_noinline (tree name, tree alloc_decl, tree dealloc_decl, in maybe_add_noinline() argument
3211 if (fndecl_built_in_p (alloc_decl) || fndecl_built_in_p (dealloc_decl)) in maybe_add_noinline()
3224 "declared %qs", name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3229 if ((optimize && DECL_DECLARED_INLINE_P (dealloc_decl)) in maybe_add_noinline()
3230 || lookup_attribute ("always_inline", DECL_ATTRIBUTES (dealloc_decl))) in maybe_add_noinline()
3235 name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3236 inform (DECL_SOURCE_LOCATION (dealloc_decl), in maybe_add_noinline()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-attribs.c3244 maybe_add_noinline (tree name, tree alloc_decl, tree dealloc_decl, in maybe_add_noinline() argument
3247 if (fndecl_built_in_p (alloc_decl) || fndecl_built_in_p (dealloc_decl)) in maybe_add_noinline()
3260 "declared %qs", name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3265 if ((optimize && DECL_DECLARED_INLINE_P (dealloc_decl)) in maybe_add_noinline()
3266 || lookup_attribute ("always_inline", DECL_ATTRIBUTES (dealloc_decl))) in maybe_add_noinline()
3271 name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3272 inform (DECL_SOURCE_LOCATION (dealloc_decl), in maybe_add_noinline()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-attribs.c3208 maybe_add_noinline (tree name, tree alloc_decl, tree dealloc_decl, in maybe_add_noinline() argument
3211 if (fndecl_built_in_p (alloc_decl) || fndecl_built_in_p (dealloc_decl)) in maybe_add_noinline()
3224 "declared %qs", name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3229 if ((optimize && DECL_DECLARED_INLINE_P (dealloc_decl)) in maybe_add_noinline()
3230 || lookup_attribute ("always_inline", DECL_ATTRIBUTES (dealloc_decl))) in maybe_add_noinline()
3235 name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3236 inform (DECL_SOURCE_LOCATION (dealloc_decl), in maybe_add_noinline()
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc-attribs.c3208 maybe_add_noinline (tree name, tree alloc_decl, tree dealloc_decl, in maybe_add_noinline() argument
3211 if (fndecl_built_in_p (alloc_decl) || fndecl_built_in_p (dealloc_decl)) in maybe_add_noinline()
3224 "declared %qs", name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3229 if ((optimize && DECL_DECLARED_INLINE_P (dealloc_decl)) in maybe_add_noinline()
3230 || lookup_attribute ("always_inline", DECL_ATTRIBUTES (dealloc_decl))) in maybe_add_noinline()
3235 name, DECL_NAME (dealloc_decl), "inline"); in maybe_add_noinline()
3236 inform (DECL_SOURCE_LOCATION (dealloc_decl), in maybe_add_noinline()