Searched refs:parse_type (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp73 const char* parse_type(const char* first, const char* last, C& db);
631 const char* t = parse_type(first+2, last, db);
657 const char* t = parse_type(first+2, last, db);
683 const char* t = parse_type(first+2, last, db);
709 const char* t = parse_type(first+2, last, db);
750 const char* t = parse_type(first+2, last, db);
888 t = parse_type(first+2, last, db);
1421 const char* t1 = parse_type(t, last, db);
1506 const char* t = parse_type(first+2, last, db);
1611 const char* t1 = parse_type(
1909 parse_type(const char* first, const char* last, C& db) function in namespace:__anon3743
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c408 struct parse_clockinfo *parse_type; /* link to clock description */ member in struct:parseunit
2824 if (parse->parse_type->cl_end)
2826 parse->parse_type->cl_end(parse);
2844 CLK_UNIT(parse->peer), parse->parse_type->cl_description);
3064 parse->parse_type = &parse_clockinfo[type];
3066 parse->maxunsync = parse->parse_type->cl_maxunsync;
3068 parse->generic->fudgetime1 = parse->parse_type->cl_basedelay;
3073 parse->generic->clockdesc = parse->parse_type->cl_description;
3075 peer->rootdelay = parse->parse_type->cl_rootdelay;
3076 peer->sstclktype = parse->parse_type
[all...]
/freebsd-10-stable/sys/kern/
H A Dkern_fail.c151 static char *parse_type(struct fail_point_entry *, char *);
494 p = parse_type(ent, p);
571 parse_type(struct fail_point_entry *ent, char *beg) function
/freebsd-10-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c550 parse_type(struct snmp_toolinfo *snmptoolctx, int32_t *tok, function
652 if ((syntax = parse_type(snmptoolctx, &tok, &tc, &enums)) < 0) {
711 if ((syntax = parse_type(snmptoolctx, tok, &(oid2str->tc), &(oid2str->snmp_enum)))
902 t->syntax = parse_type(snmptoolctx, tok, &tc, &(t->snmp_enum));
/freebsd-10-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c711 parse_type(enum tok *tok, struct type *t, const char *vname) function
795 u_int syntax = parse_type(&tok, NULL, node->name);
826 u_int syntax = parse_type(&tok, NULL, node->name);
883 t->syntax = parse_type(&tok, t, NULL);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmdebugread.c302 static struct type *parse_type (int, union aux_ext *, unsigned int, int *,
711 SYMBOL_TYPE (s) = parse_type (cur_fd, ax, sh->index, 0, bigend, name);
748 SYMBOL_TYPE (s) = parse_type (cur_fd, ax, sh->index, 0, bigend, name);
803 t = parse_type (cur_fd, ax, sh->index + 1, 0, bigend, name);
1304 FIELD_TYPE (*f) = parse_type (cur_fd, ax, sh->index, &bitsize, bigend, name);
1326 t = parse_type (cur_fd, ax, sh->index, (int *) NULL, bigend, name);
1419 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs,
1582 tp = parse_type (xref_fd, debug_info->external_aux + xref_fh->iauxBase,
1798 indx = parse_type (fh - debug_info->fdr,
2015 to TYPE_CODE_VOID in parse_type t
1412 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs, function
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c286 parse_type(char *cp, iidesc_t *ii) function
292 expected("parse_type", "t (type)", cp - 1);
297 expected("parse_type", "= (definition)", cp - 1);
425 parse = parse_type;

Completed in 248 milliseconds