Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c179 enforce_access (access_type, value);
249 enforce_access (path, value);
H A Dsearch.c1022 enforce_access (type, val);
1535 && !enforce_access (xbasetype, rval))
H A Dlex.c1198 enforce_access (CP_DECL_CONTEXT(id), id);
H A Dsemantics.c1492 enforce_access (TREE_PURPOSE (lookup), TREE_VALUE (lookup)); in deferred_type_access_control()
H A Dcall.c4008 enforce_access (type, fn);
4033 enforce_access (basetype_path, decl) in enforce_access() function
4497 enforce_access (cand->access_path, fn);
H A Dinit.c1665 if (!enforce_access (basebinfo, t))
H A Ddecl.c6064 enforce_access (context, tmpl);
6099 enforce_access (context, t);
6173 enforce_access (context, tmpl);
H A Dcp-tree.h3626 extern int enforce_access PARAMS ((tree, tree));
H A DChangeLog.26088 * 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
12223 * cp-tree.h (enforce_access): Declare.
12224 * call.c (enforce_access): Make it extern, not static.
12225 * class.c (alter_access): Use enforce_access; modify code for ISO
17239 * call.c (enforce_access): Add static to routine.
H A Dclass.c1158 enforce_access (t, fdecl);
H A DChangeLog3676 * decl.c (make_typename_type): Use enforce_access.
15751 (resolve_offset_ref): Don't call enforce_access.
/openbsd/gnu/gcc/gcc/cp/
H A Dsemantics.c276 enforce_access (chk->binfo, chk->decl, chk->diag_decl); in perform_access_checks()
325 enforce_access (binfo, decl, diag_decl); 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 Dcp-tree.h3789 extern bool enforce_access (tree, tree, tree);
H A DChangeLog257 (enforce_access, perform_or_defer_access_check): Added an
272 perform_or_defer_access_check): Adjusted the call to enforce_access.
331 * call.c (enforce_access): Use the new extra argument to build the
H A DChangeLog-2002480 build_op_delete_call, enforce_access, call_builtin_trap,
2273 * decl.c (make_typename_type): Use enforce_access.
H A Dcall.c4154 enforce_access (tree basetype_path, tree decl, tree diag_decl) in enforce_access() 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-1996961 * call.c (enforce_access): Add static to routine.
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.