HomeSort by: relevance | last modified time | path
    Searched defs:parse_type (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/src/generic/
format.h 22 static really_inline int32_t parse_type( function
  /src/external/gpl3/binutils/dist/opcodes/
mt-asm.c 370 parse_type (CGEN_CPU_DESC cd,
585 errmsg = parse_type (cd, strp, MT_OPERAND_TYPE, (unsigned long *) (& fields->f_type));
369 parse_type (CGEN_CPU_DESC cd, function
  /src/external/gpl3/binutils.old/dist/opcodes/
mt-asm.c 370 parse_type (CGEN_CPU_DESC cd,
585 errmsg = parse_type (cd, strp, MT_OPERAND_TYPE, (unsigned long *) (& fields->f_type));
369 parse_type (CGEN_CPU_DESC cd, function
  /src/external/gpl3/gdb.old/dist/opcodes/
mt-asm.c 370 parse_type (CGEN_CPU_DESC cd,
585 errmsg = parse_type (cd, strp, MT_OPERAND_TYPE, (unsigned long *) (& fields->f_type));
369 parse_type (CGEN_CPU_DESC cd, function
  /src/external/gpl3/gdb/dist/opcodes/
mt-asm.c 370 parse_type (CGEN_CPU_DESC cd,
585 errmsg = parse_type (cd, strp, MT_OPERAND_TYPE, (unsigned long *) (& fields->f_type));
369 parse_type (CGEN_CPU_DESC cd, function
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins-shapes.cc 165 parse_type (const function_instance &instance, const char *&format) function in namespace:arm_mve
214 The format is a comma-separated list of types (as for parse_type),
221 tree return_type = parse_type (instance, format);
227 tree argument_type = parse_type (instance, format);
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
st_parse.c 290 parse_type(char *cp, iidesc_t *ii) function
296 expected("parse_type", "t (type)", cp - 1);
301 expected("parse_type", "= (definition)", cp - 1);
429 parse = parse_type;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.cc 190 parse_type (const function_instance &instance, const char *&format) function in namespace:aarch64_sve
310 The format is a comma-separated list of types (as for parse_type),
318 tree return_type = parse_type (instance, format);
322 tree argument_type = parse_type (instance, format);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-shapes.cc 167 parse_type (const function_instance &instance, const char *&format) function in namespace:aarch64_sve
256 The format is a comma-separated list of types (as for parse_type),
264 tree return_type = parse_type (instance, format);
268 tree argument_type = parse_type (instance, format);
  /src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c 300 struct type *parse_type ();
1397 struct type *type = parse_type ();
1636 result.push_back (parse_type ());
1640 result.push_back (parse_type ());
1664 struct type *elt_type = parse_type ();
1697 struct type *target = parse_type ();
1719 struct type *target = parse_type ();
1740 struct type *result_type = parse_type ();
1785 rust_parser::parse_type ()
1784 rust_parser::parse_type () function in class:rust_parser
mdebugread.c 250 static struct type *parse_type (int, union aux_ext *, unsigned int, int *,
581 s->set_type (parse_type (cur_fd, ax, sh->index, 0, bigend, name));
714 s->set_type (parse_type (cur_fd, ax, sh->index, 0, bigend, name));
770 t = parse_type (cur_fd, ax, sh->index + 1, 0, bigend, name);
1255 f->set_type (parse_type (cur_fd, ax, sh->index, &bitsize, bigend,
1278 t = parse_type (cur_fd, ax, sh->index, NULL, bigend, name);
1522 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs,
1636 tp = parse_type (xref_fd, debug_info->external_aux + xref_fh->iauxBase,
1846 indx = parse_type (fh - debug_info->fdr,
2049 to TYPE_CODE_VOID in parse_type to get the `compiled with debugging info
1515 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs, function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
rust-parse.c 304 struct type *parse_type ();
1411 struct type *type = parse_type ();
1647 result.push_back (parse_type ());
1651 result.push_back (parse_type ());
1675 struct type *elt_type = parse_type ();
1708 struct type *target = parse_type ();
1730 struct type *target = parse_type ();
1751 struct type *result_type = parse_type ();
1796 rust_parser::parse_type ()
1795 rust_parser::parse_type () function in class:rust_parser
mdebugread.c 250 static struct type *parse_type (int, union aux_ext *, unsigned int, int *,
581 s->set_type (parse_type (cur_fd, ax, sh->index, 0, bigend, name));
714 s->set_type (parse_type (cur_fd, ax, sh->index, 0, bigend, name));
770 t = parse_type (cur_fd, ax, sh->index + 1, 0, bigend, name);
1255 f->set_type (parse_type (cur_fd, ax, sh->index, &bitsize, bigend,
1278 t = parse_type (cur_fd, ax, sh->index, NULL, bigend, name);
1522 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs,
1636 tp = parse_type (xref_fd, debug_info->external_aux + xref_fh->iauxBase,
1846 indx = parse_type (fh - debug_info->fdr,
2049 to TYPE_CODE_VOID in parse_type to get the `compiled with debugging info
1515 parse_type (int fd, union aux_ext *ax, unsigned int aux_index, int *bs, function
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 411 struct parse_clockinfo *parse_type; /* link to clock description */ member in struct:parseunit
2827 if (parse->parse_type->cl_end)
2829 parse->parse_type->cl_end(parse);
2847 CLK_UNIT(parse->peer), parse->parse_type->cl_description);
3080 parse->parse_type = &parse_clockinfo[type];
3082 parse->maxunsync = parse->parse_type->cl_maxunsync;
3084 parse->generic->fudgetime1 = parse->parse_type->cl_basedelay;
3090 parse->generic->clockdesc = parse->parse_type->cl_description;
3092 peer->rootdelay = parse->parse_type->cl_rootdelay;
3093 peer->sstclktype = parse->parse_type->cl_type
    [all...]

Completed in 44 milliseconds