Home
last modified time | relevance | path

Searched refs:parent_type (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/src/
H A Dhid_win.c259 DWORD parent_type = DEVPROP_TYPE_STRING; in hid_ok() local
272 &DEVPKEY_Device_Parent, &parent_type, NULL, 0, &len, 0) != false || in hid_ok()
284 &DEVPKEY_Device_Parent, &parent_type, (PBYTE)parent, len, NULL, in hid_ok()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.h556 uint32_t parent_type; member
H A Dpdb.c3475 if (!remap_type (&mfunc->parent_type, map, type_num, num_types)) in handle_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc769 tree parent_type = parent_reg->get_type (); in apply_ctor_to_region() local
771 if (TREE_CODE (parent_type) == RECORD_TYPE) in apply_ctor_to_region()
772 field = TYPE_FIELDS (parent_type); in apply_ctor_to_region()
/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_node.c2781 enum isl_schedule_node_type parent_type; in isl_schedule_node_cut() local
2789 parent_type = isl_schedule_node_get_parent_type(node); in isl_schedule_node_cut()
2790 if (parent_type == isl_schedule_node_set || in isl_schedule_node_cut()
2791 parent_type == isl_schedule_node_sequence) in isl_schedule_node_cut()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc6956 tree parent_type = get_region (parent_rid)->get_type (); in get_or_create_mem_ref() local
6957 if (parent_type in get_or_create_mem_ref()
6958 && TREE_CODE (parent_type) == ARRAY_TYPE) in get_or_create_mem_ref()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20117062 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
H A DChangeLog-201513817 Return zero if PARENT_VALUE is NULL and parent_type's
H A DChangeLog-2013283 (convert_field): Add 'parent_type' attribute to gdb.Field
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20117062 saved_parent_type. Call CHECK_TYPEDEF for parent_type. Call
H A DChangeLog-2013283 (convert_field): Add 'parent_type' attribute to gdb.Field
H A DChangeLog-201513817 Return zero if PARENT_VALUE is NULL and parent_type's
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-20213494 "parent_type" of gdb.Field objects.