Home
last modified time | relevance | path

Searched refs:cannot_be_copied_set (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfunction.h381 unsigned int cannot_be_copied_set : 1; member
H A Dtree-inline.cc3894 if (fun->cannot_be_copied_set) in copy_forbidden()
3919 fun->cannot_be_copied_set = true; in copy_forbidden()
H A DChangeLog-200917700 and cannot_be_copied_set.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfunction.h367 unsigned int cannot_be_copied_set : 1; member
H A Dtree-inline.c3856 if (fun->cannot_be_copied_set) in copy_forbidden()
3881 fun->cannot_be_copied_set = true; in copy_forbidden()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Doptimize.cc609 if (DECL_STRUCT_FUNCTION (fn)->cannot_be_copied_set) in maybe_clone_body()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Doptimize.c609 if (DECL_STRUCT_FUNCTION (fn)->cannot_be_copied_set) in maybe_clone_body()