Home
last modified time | relevance | path

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

/trueos/lib/libdispatch/src/
HDinit.c263 .do_type = DISPATCH_SEMAPHORE_TYPE,
270 .do_type = DISPATCH_GROUP_TYPE,
277 .do_type = DISPATCH_QUEUE_TYPE,
286 .do_type = DISPATCH_QUEUE_ROOT_TYPE,
294 .do_type = DISPATCH_QUEUE_ROOT_TYPE,
303 .do_type = DISPATCH_QUEUE_MGR_TYPE,
311 .do_type = DISPATCH_QUEUE_SPECIFIC_TYPE,
320 .do_type = DISPATCH_QUEUE_ATTR_TYPE,
325 .do_type = DISPATCH_SOURCE_KEVENT_TYPE,
334 .do_type = DISPATCH_MACH_CHANNEL_TYPE,
[all …]
HDobject_internal.h84 unsigned long const do_type; \
93 unsigned long do_type; \
101 #define dx_type(x) (x)->do_vtable->do_type
102 #define dx_metatype(x) ((x)->do_vtable->do_type & _DISPATCH_META_TYPE_MASK)
/trueos/contrib/binutils/libiberty/
HDcplus-dem.c413 static int do_type (struct work_stuff *, const char **, string *);
655 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
749 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
1351 success = do_type (work, mangled, &s); in demangle_signature()
1391 success = do_type (work, mangled, &tname); in demangle_signature()
1438 success = do_type (work, mangled, &return_type); in demangle_signature()
1607 success = do_type (work, mangled, &temp); in demangle_template_template_parm()
2016 success = do_type (work, mangled, &temp); in demangle_template()
2072 success = do_type (work, mangled, &temp); in demangle_template()
2238 if (!do_type (work, mangled, &arg)) in demangle_arm_hp_template()
[all …]
HDChangeLog1003 demangle_qualified, get_count, do_type, demangle_fund_type,
2194 (do_type): Remove unused variable btype. Add missing string_delete
2519 if do_type() doesn't make any progress --- prevents an infinite
3319 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
4019 (do_type): Use string_append_template_idx.
4046 * cplus-dem.c (do_type): Handle pointer to member types whose
4265 (do_type): Handle template parameters as qualifiers.
4567 (do_type): Use it for references, instead of tk_pointer.
4618 (do_type): Likewise.
4660 (do_type): Likewise. Cast the result of `strlen' to (int) when
[all …]
/trueos/contrib/gcclibs/libiberty/
HDcplus-dem.c413 static int do_type (struct work_stuff *, const char **, string *);
655 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
749 if (do_type (work, &tem, &type)) in cplus_demangle_opname()
1351 success = do_type (work, mangled, &s); in demangle_signature()
1391 success = do_type (work, mangled, &tname); in demangle_signature()
1438 success = do_type (work, mangled, &return_type); in demangle_signature()
1607 success = do_type (work, mangled, &temp); in demangle_template_template_parm()
2016 success = do_type (work, mangled, &temp); in demangle_template()
2072 success = do_type (work, mangled, &temp); in demangle_template()
2238 if (!do_type (work, mangled, &arg)) in demangle_arm_hp_template()
[all …]
HDChangeLog805 demangle_qualified, get_count, do_type, demangle_fund_type,
1996 (do_type): Remove unused variable btype. Add missing string_delete
2321 if do_type() doesn't make any progress --- prevents an infinite
3121 * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
3821 (do_type): Use string_append_template_idx.
3848 * cplus-dem.c (do_type): Handle pointer to member types whose
4067 (do_type): Handle template parameters as qualifiers.
4369 (do_type): Use it for references, instead of tk_pointer.
4420 (do_type): Likewise.
4462 (do_type): Likewise. Cast the result of `strlen' to (int) when
[all …]
/trueos/include/rpcsvc/
HDnis_object.x168 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */ member
/trueos/contrib/binutils/binutils/
HDcoffgrok.c78 static struct coff_type *do_type (int);
306 do_type (int i) in do_type() function
564 s->type = do_type (i); in do_define()
HDChangeLog-91972309 * coffgrok.c (do_type): Handle array dimensions the same way gdb
/trueos/sys/compat/ndis/
HDntoskrnl_var.h684 uint16_t do_type; member
HDsubr_ntoskrnl.c754 dev->do_type = devtype;
/trueos/contrib/gcc/
HDChangeLog-19988219 (demangle_template_: Pass the value returned from do_type.
8220 (do_type): Return a type_kind_t. Pass tk_integral to
8347 * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
8688 (do_type): Remove DMGL_JAVA stuff.
8760 (do_type): Tidy. Use SCOPE_STRING. Pass extra argument to
11631 * cplus-dem.c (do_type): Handle volatile qualification.
13397 (do_type, demangle_fund_type): Handle B and K codes.
16846 (do_type): Remove unused variable `lvl'.
HDFSFChangeLog.115585 * cplus-dem.c (do_type): Handle `J'.
7960 (do_type, case 'M'): Check for a template as well as a class.