Home
last modified time | relevance | path

Searched defs:ancestor (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCallStack.h80 CallStackNode *ancestor; variable
H A DPathTree.h98 NodeIdx ancestor; member
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.h80 CallStackNode *ancestor; variable
H A DPathTree.h98 NodeIdx ancestor; member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daccess.d124 Dsymbol ancestor = mod.parent; in hasPackageAccess() local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_dir.c755 dsl_dir_t *ancestor, cred_t *cr) in dsl_fs_ss_limit_check()
1058 dsl_dir_t *ancestor, int64_t delta, int ondiskonly) in dsl_dir_space_available()
1674 would_change(dsl_dir_t *dd, int64_t delta, dsl_dir_t *ancestor) in would_change()
1946 dsl_dir_t *ancestor; in dsl_dir_transfer_possible() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daccess.c260 Dsymbol* ancestor = mod->parent; in hasPackageAccess() local
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c1007 struct stats const *ancestor; in grepdir() local
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h456 unsigned int ancestor; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.c261 basic_block ancestor = e->src; in flow_loop_nodes_find() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloop.cc261 basic_block ancestor = e->src; in flow_loop_nodes_find() local
/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_node.c1556 isl_schedule_node *ancestor; in isl_schedule_node_foreach_ancestor_top_down() local
4847 __isl_keep isl_schedule_node *ancestor) in isl_schedule_node_get_ancestor_child_position()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vm.c756 struct amdgpu_bo *ancestor = bo; in amdgpu_vm_clear_bo() local
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c2433 device_is_ancestor_of(device_t ancestor, device_t descendant) in device_is_ancestor_of()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c4013 is_nested_namespace (tree ancestor, tree descendant, bool inline_only) in is_nested_namespace()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc14505 ensure_not_abstract (gfc_symbol* sub, gfc_symbol* ancestor) in ensure_not_abstract()
H A Dgfortran.h1530 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc4958 is_nested_namespace (tree ancestor, tree descendant, bool inline_only) in is_nested_namespace()
H A Dparser.cc39559 bool ancestor = false; in cp_parser_omp_clause_device() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c14292 ensure_not_abstract (gfc_symbol* sub, gfc_symbol* ancestor) in ensure_not_abstract()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h15980 isl::checked::schedule_node schedule_node::ancestor(int generation) const in ancestor() function
15986 class size schedule_node::ancestor_child_position(const isl::checked::schedule_node &ancestor) const in ancestor_child_position()
15992 class size schedule_node::get_ancestor_child_position(const isl::checked::schedule_node &ancestor) … in get_ancestor_child_position()
H A Dcpp.h22069 isl::schedule_node schedule_node::ancestor(int generation) const in ancestor() function
22081 unsigned schedule_node::ancestor_child_position(const isl::schedule_node &ancestor) const in ancestor_child_position()
22093 unsigned schedule_node::get_ancestor_child_position(const isl::schedule_node &ancestor) const in get_ancestor_child_position()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc16310 bool ancestor = false; in c_parser_omp_clause_device() local
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py15223 def ancestor(arg0, arg1): member in schedule_node