Home
last modified time | relevance | path

Searched refs:enforce_access (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2006333 * cp-tree.h (enforce_access, perform_or_defer_access_check): Added an
348 perform_or_defer_access_check): Adjusted the call to enforce_access.
349 * call.c (enforce_access): Use the new extra argument to build the
H A DChangeLog-20203595 * semantics.c (enforce_access): Verify that decl is not
3614 * semantics.c (enforce_access): Likewise.
3620 * call.c (enforce_access): Move to semantics.c.
3621 * cp-tree.h (enforce_access): Delete.
3638 * semantics.c (enforce_access): Moved from call.c. If we're
H A DChangeLog-20173892 * call.c (enforce_access): Add access_failure_info * param and use
3895 (enforce_access): Add access_failure_info * param, defaulting to
3913 enforce_access.
5268 * call.c (enforce_access): For inheriting constructor, find a base
H A Dsemantics.cc332 enforce_access (tree basetype_path, tree decl, tree diag_decl, in enforce_access() function
443 ok &= enforce_access (chk->binfo, chk->decl, chk->diag_decl, complain); in perform_access_checks()
497 bool ok = enforce_access (binfo, decl, diag_decl, complain, afi); in perform_or_defer_access_check()
H A DChangeLog-20041132 (enforce_access): Adjust accessible_p call.
1595 build_new_op, build_op_delete_call, enforce_access,
2514 build_op_delete_call, enforce_access, call_builtin_trap,
4087 * call.c (enforce_access): Expect TREE_BINFO.
H A DChangeLog-19996088 * lex.c (do_identifier): Correct call to enforce_access.
6116 (enforce_access): Return an indication of whether or not access
6124 * call.c (enforce_access): Use accessible_p.
6129 name-lookups. Call enforce_access rather than checking for
H A DChangeLog-2002480 build_op_delete_call, enforce_access, call_builtin_trap,
2273 * decl.c (make_typename_type): Use enforce_access.
H A DChangeLog-20213995 (enforce_access): Slightly modified to call function
5166 * semantics.c (enforce_access): Modified function.
H A DChangeLog-19985435 * cp-tree.h (enforce_access): Declare.
5436 * call.c (enforce_access): Make it extern, not static.
5437 * class.c (alter_access): Use enforce_access; modify code for ISO
H A DChangeLog-20121415 * call.c (enforce_access): Add complain parm, return bool.
H A DChangeLog-20153522 * call.c (enforce_access): Emit error + inform.
H A DChangeLog-2016612 (enforce_access): Use strip_inheriting_ctors.
H A DChangeLog-1996961 * call.c (enforce_access): Add static to routine.
H A DChangeLog-20181324 * call.c (enforce_access): Move diagnostics to...
H A DChangeLog-20033736 * call.c (enforce_access): Assert we get a binfo.
H A DChangeLog-20005879 (resolve_offset_ref): Don't call enforce_access.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c281 ok &= enforce_access (chk->binfo, chk->decl, chk->diag_decl, complain); in perform_access_checks()
337 bool ok = enforce_access (binfo, decl, diag_decl, complain, afi); in perform_or_defer_access_check()
H A Dcp-tree.h6365 extern bool enforce_access (tree, tree, tree,
H A Dcall.c7086 enforce_access (tree basetype_path, tree decl, tree diag_decl, in enforce_access() function