Home
last modified time | relevance | path

Searched defs:access (Results 1 – 25 of 41) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-sra.c123 struct access struct
133 expressions to access the original aggregate. See PR 42154 for a argument
139 /* The statement this access belongs to. */ argument
143 struct access *next_grp; argument
147 struct access *group_representative; argument
151 struct access *first_child; argument
156 struct access *next_sibling; argument
162 /* Pointer to the next access in the work queue. */ argument
163 struct access *next_queued; argument
170 /* Is this particular access write access? */ argument
[all …]
HDtree-dump.c296 tree access = (accesses ? VEC_index (tree, accesses, ix) in dequeue_and_dump() local
HDdbxout.c2200 tree access = (accesses ? VEC_index (tree, accesses, i) in dbxout_type() local
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-sra.c136 struct access struct
146 expressions to access the original aggregate. See PR 42154 for a argument
152 /* The statement this access belongs to. */ argument
156 struct access *next_grp; argument
160 struct access *group_representative; argument
164 struct access *parent; argument
168 struct access *first_child; argument
173 struct access *next_sibling; argument
179 /* Pointer to the next access in the work queue. */ argument
180 struct access *next_queued; argument
[all …]
HDtree-dump.c285 tree access = (accesses ? (*accesses)[ix] : access_public_node); in dequeue_and_dump() local
HDtree-emutls.c67 tree access; member
HDdbxout.c2217 tree access = (accesses ? (*accesses)[i] : access_public_node); in dbxout_type() local
/dragonfly/sys/sys/
HDsysctl.h259 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \ argument
264 #define SYSCTL_ADD_NODE(ctx, parent, nbr, name, access, handler, descr) \ argument
269 #define SYSCTL_STRING(parent, nbr, name, access, arg, len, descr) \ argument
273 #define SYSCTL_ADD_STRING(ctx, parent, nbr, name, access, arg, len, descr) \ argument
278 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) \ argument
283 #define SYSCTL_ADD_INT(ctx, parent, nbr, name, access, ptr, val, descr) \ argument
289 #define SYSCTL_QUAD(parent, nbr, name, access, ptr, val, descr) \ argument
294 #define SYSCTL_ADD_QUAD(ctx, parent, nbr, name, access, ptr, val, descr) \ argument
300 #define SYSCTL_UQUAD(parent, nbr, name, access, ptr, val, descr) \ argument
305 #define SYSCTL_ADD_UQUAD(ctx, parent, nbr, name, access, ptr, val, descr) \ argument
[all …]
HDsysunion.h45 struct access_args access; member
/dragonfly/lib/libc/sysvipc/
HDsysvipc_shm.h51 int access; /* Used only for sems to avoid a segfault when try to member
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDsearch.c190 lookup_base (tree t, tree base, base_access access, base_kind *kind_ptr) in lookup_base()
608 access_kind access = ak_none; in dfs_access_in_type() local
724 access_kind access; in protected_accessible_p() local
856 access_kind access; in accessible_p() local
HDclass.c60 tree access; member
550 base_access access; in convert_to_base() local
1159 alter_access (tree t, tree fdecl, tree access) in alter_access()
1203 tree access in handle_using_decl() local
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsearch.c164 lookup_base (tree t, tree base, base_access access, in lookup_base()
499 access_kind access = ak_none; in dfs_access_in_type() local
748 access_kind access = BINFO_ACCESS (binfo); in dfs_accessible_post() local
814 access_kind access; in accessible_p() local
HDcall.c8400 has_trivial_copy_assign_p (tree type, bool access, bool *hasassign) in has_trivial_copy_assign_p()
8449 has_trivial_copy_p (tree type, bool access, bool hasctor[2]) in has_trivial_copy_p()
8594 const char *access = TREE_PRIVATE (fld) ? "private" : "protected"; in maybe_warn_class_memaccess() local
8683 const char *access = TREE_PRIVATE (fld) ? "private" : "protected"; in maybe_warn_class_memaccess() local
HDclass.c62 tree access; member
1167 alter_access (tree t, tree fdecl, tree access) in alter_access()
1221 tree access = declared_access (using_decl); in handle_using_decl() local
/dragonfly/sys/dev/drm/include/linux/
HDmm.h83 int (*access)(struct vm_area_struct *vma, unsigned long addr, member
/dragonfly/gnu/usr.bin/rcs/lib/
HDrcsbase.h393 struct access { struct
395 struct access * nextaccess; argument
/dragonfly/include/rpcsvc/
HDnlm_prot.x123 fsh_access access; member
185 fsh_access access; member
HDnfs_prot.x594 uint32 access; member
599 uint32 access; member
/dragonfly/contrib/cvs-1.12/src/
HDrcs.h98 char *access; member
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_compat.h59 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) struct __hack argument
60 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) struct __hack argument
61 #define SYSCTL_LONG(parent, nbr, name, access, ptr, val, descr) struct __hack argument
/dragonfly/sys/dev/acpica/acpi_hp/
HDacpi_hp.c155 int access; member
/dragonfly/games/battlestar/
HDextern.h249 #define access link[5] macro
/dragonfly/sys/dev/netif/bge/
HDif_bge.c547 uint32_t access, byte = 0; in bge_nvram_getbyte() local
/dragonfly/sys/bus/cam/scsi/
HDscsi_sa.c194 #define SAMINOR(ctl, unit, mode, access) \ argument

12