Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-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 …]
H A Dtree-dump.c296 tree access = (accesses ? VEC_index (tree, accesses, ix) in dequeue_and_dump() local
H A Ddbxout.c2200 tree access = (accesses ? VEC_index (tree, accesses, i) in dbxout_type() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-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 …]
H A Dtree-dump.c285 tree access = (accesses ? (*accesses)[ix] : access_public_node); in dequeue_and_dump() local
H A Dtree-emutls.c67 tree access; member
H A Ddbxout.c2217 tree access = (accesses ? (*accesses)[i] : access_public_node); in dbxout_type() local
/dflybsd-src/sys/sys/
H A Dsysctl.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 …]
H A Dsysunion.h45 struct access_args access; member
/dflybsd-src/lib/libc/sysvipc/
H A Dsysvipc_shm.h51 int access; /* Used only for sems to avoid a segfault when try to member
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsearch.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
H A Dclass.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
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dsearch.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
H A Dcall.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
H A Dclass.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
/dflybsd-src/sys/dev/drm/include/linux/
H A Dmm.h83 int (*access)(struct vm_area_struct *vma, unsigned long addr, member
/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsbase.h393 struct access { struct
395 struct access * nextaccess; argument
/dflybsd-src/include/rpcsvc/
H A Dnlm_prot.x123 fsh_access access; member
185 fsh_access access; member
H A Dnfs_prot.x594 uint32 access; member
599 uint32 access; member
/dflybsd-src/contrib/cvs-1.12/src/
H A Drcs.h98 char *access; member
/dflybsd-src/usr.sbin/makefs/hammer2/
H A Dhammer2_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
/dflybsd-src/games/battlestar/
H A Dextern.h249 #define access link[5] macro
/dflybsd-src/sys/dev/acpica/acpi_hp/
H A Dacpi_hp.c155 int access; member
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_sa.c194 #define SAMINOR(ctl, unit, mode, access) \ argument
/dflybsd-src/sys/dev/netif/bge/
H A Dif_bge.c547 uint32_t access, byte = 0; in bge_nvram_getbyte() local

12