Searched refs:ftype (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/
H A Dtree.c6701 tree tmp, ftype;
6709 ftype = build_function_type (ptr_type_node, tmp);
6712 local_define_builtin ("__builtin_memcpy", ftype, BUILT_IN_MEMCPY,
6715 local_define_builtin ("__builtin_memmove", ftype, BUILT_IN_MEMMOVE,
6724 ftype = build_function_type (integer_type_node, tmp);
6725 local_define_builtin ("__builtin_memcmp", ftype, BUILT_IN_MEMCMP,
6734 ftype = build_function_type (ptr_type_node, tmp);
6735 local_define_builtin ("__builtin_memset", ftype, BUILT_IN_MEMSET,
6742 ftype = build_function_type (ptr_type_node, tmp);
6743 local_define_builtin ("__builtin_alloca", ftype, BUILT_IN_ALLOC
6671 tree tmp, ftype; local
[all...]
H A Dc-common.c6130 tree fdecl, ftype;
6167 ftype = TREE_TYPE (fdecl);
6170 ftype = TREE_TYPE (TREE_OPERAND (t, 0));
6172 ftype = TREE_TYPE (ftype);
6175 if (lookup_attribute ("warn_unused_result", TYPE_ATTRIBUTES (ftype)))
6112 tree fdecl, ftype; local
H A Dbuiltins.c6824 tree ftype = TREE_TYPE (TREE_TYPE (fndecl));
6828 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
6833 return fold_convert (ftype,
6861 tree ftype = TREE_TYPE (arg);
6866 if (TYPE_PRECISION (newtype) < TYPE_PRECISION (ftype)
7414 tree ftype = TREE_TYPE (arg), result;
7422 real_floor (&r, TYPE_MODE (ftype), &x);
7427 real_ceil (&r, TYPE_MODE (ftype), &x);
7432 real_round (&r, TYPE_MODE (ftype), &x);
6821 tree ftype = TREE_TYPE (TREE_TYPE (fndecl)); local
6858 tree ftype = TREE_TYPE (arg); local
7411 tree ftype = TREE_TYPE (arg), result; local
/freebsd-9.3-release/usr.sbin/mtree/
H A Dcompare.c115 ftype(s->type), inotype(p->fts_statp->st_mode));
353 ftype(u_int type) function
H A Dspecspec.c52 printf("%s%s %s", path, n->name, ftype(n->type));
/freebsd-9.3-release/contrib/cvs/src/
H A Dupdate.c2841 /* If the size of `ftype' changes, fix the sscanf call also */
2842 char ftype[16]; local
2843 if (sscanf (n->data, "%15s %lu", ftype,
2848 if (strcmp (ftype, "character") == 0)
2850 else if (strcmp (ftype, "block") == 0)
2854 finfo->file, rev1, ftype);
2919 /* If the size of `ftype' changes, fix the sscanf call also */
2920 char ftype[16]; local
2921 if (sscanf (n->data, "%15s %lu", ftype,
2926 if (strcmp (ftype, "characte
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarfread.c1534 struct type *ftype; /* Function that returns above type */ local
1543 ftype = lookup_utype (dip->die_ref);
1544 if (ftype == NULL)
1548 ftype = lookup_function_type (type);
1549 alloc_utype (dip->die_ref, ftype);
1551 else if (TYPE_CODE (ftype) == TYPE_CODE_UNDEF)
1555 TYPE_TARGET_TYPE (ftype) = type;
1556 TYPE_LENGTH (ftype) = 1;
1557 TYPE_CODE (ftype) = TYPE_CODE_FUNC;
H A Dstabsread.c853 struct type *ftype = SYMBOL_TYPE (sym);
867 TYPE_FIELDS (ftype) = (struct field *)
868 TYPE_ALLOC (ftype, nsemi * sizeof (struct field));
887 TYPE_FIELD_TYPE (ftype, nparams) = ptype;
888 TYPE_FIELD_ARTIFICIAL (ftype, nparams++) = 0;
890 TYPE_NFIELDS (ftype) = nparams;
891 TYPE_FLAGS (ftype) |= TYPE_FLAG_PROTOTYPED;
850 struct type *ftype = SYMBOL_TYPE (sym); local
H A Dgdb-events.sh193 the below ftype and then define it. */
H A Ddwarf2read.c3859 struct type *ftype; /* Function that returns above type */ local
3868 ftype = lookup_function_type (type);
3874 TYPE_FLAGS (ftype) |= TYPE_FLAG_PROTOTYPED;
3891 TYPE_FLAGS (ftype) |= TYPE_FLAG_VARARGS;
3896 TYPE_NFIELDS (ftype) = nparams;
3897 TYPE_FIELDS (ftype) = (struct field *)
3898 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
3912 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = DW_UNSND (attr);
3914 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
3915 TYPE_FIELD_TYPE (ftype, iparam
[all...]
H A Dvalues.c979 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j);
997 v = allocate_value (ftype);
973 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j); local
H A Dmdebugread.c1202 struct type *ftype = top_stack->cur_type;
1235 if (TYPE_NFIELDS (ftype) <= 0)
1246 TYPE_NFIELDS (ftype) = nparams;
1247 TYPE_FIELDS (ftype) = (struct field *)
1248 TYPE_ALLOC (ftype, nparams * sizeof (struct field));
1262 TYPE_FIELD_TYPE (ftype, iparams) = SYMBOL_TYPE (sym);
1263 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0;
1195 struct type *ftype = top_stack->cur_type; local
H A Deval.c1225 struct type *ftype =
1228 if (ftype)
1223 struct type *ftype = local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drdcoff.c450 debug_type ftype;
453 ftype = parse_coff_type (abfd, symbols, types, this_coff_symno,
455 f = debug_make_field (dhandle, bfd_asymbol_name (sym), ftype,
449 debug_type ftype; local
H A Dieee.c1542 debug_type ftype; local
1549 if (! ieee_read_type_index (info, pp, &ftype)
1562 ftype, bitpos, bitsize,
1683 debug_type ftype; local
1696 ftype = ieee_builtin_type (info, ty_code_start, tindx);
1708 ftype = t->type;
1722 ftype, offset, bitsize,
2720 debug_type ftype; local
2749 ftype = pv->type;
2753 ftype
[all...]
H A Dstabs.c907 debug_type ftype; local
909 ftype = debug_make_function_type (dhandle, dtype,
911 dtype = debug_make_pointer_type (dhandle, ftype);
/freebsd-9.3-release/lib/libstand/
H A Dnfs.c736 n_long ftype, mode; local
738 ftype = ntohl(fp->fa.fa_type);
740 mode |= nfs_stat_types[ftype & 7];
1385 uint32_t ftype, mode; local
1387 ftype = ntohl(fp->fa.fa_type);
1389 mode |= nfs_stat_types[ftype & 7];
/freebsd-9.3-release/contrib/file/src/
H A Dfuncs.c175 const char *ftype = NULL; local
188 &code, &code_mime, &ftype);
/freebsd-9.3-release/include/rpcsvc/
H A Dnfs_prot.x86 enum ftype {
118 ftype type; /* file type */
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c4669 tree ftype = TREE_TYPE (f);
4671 if (ftype == error_mark_node)
4673 mode = TYPE_MODE (ftype);
4681 if (TREE_CODE (ftype) == RECORD_TYPE)
4682 rs6000_darwin64_record_arg_advance_recurse (cum, ftype, bitpos);
4683 else if (USE_FP_FOR_ARG_P (cum, mode, ftype))
5040 tree ftype = TREE_TYPE (f);
5042 if (ftype == error_mark_node)
5044 mode = TYPE_MODE (ftype);
5052 if (TREE_CODE (ftype)
4656 tree ftype = TREE_TYPE (f); local
5027 tree ftype = TREE_TYPE (f); local
8391 tree ftype; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c15726 tree ftype;
16075 ftype = build_function_type_list (V2SI_type_node, integer_type_node,
16078 ftype, IX86_BUILTIN_VEC_INIT_V2SI);
16080 ftype = build_function_type_list (V4HI_type_node, short_integer_type_node,
16085 ftype, IX86_BUILTIN_VEC_INIT_V4HI);
16087 ftype = build_function_type_list (V8QI_type_node, char_type_node,
16093 ftype, IX86_BUILTIN_VEC_INIT_V8QI);
16096 ftype = build_function_type_list (double_type_node, V2DF_type_node,
16099 ftype, IX86_BUILTIN_VEC_EXT_V2DF);
16101 ftype
15695 tree ftype; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c1877 tree ftype = strip_array_types (TREE_TYPE (t));
1878 int subvis = type_visibility (ftype);
1887 else if (IS_AGGR_TYPE (ftype)
1872 tree ftype = strip_array_types (TREE_TYPE (t)); local
H A Dclass.c4772 tree ftype;
4774 ftype = TREE_TYPE (field);
4776 if (width != TYPE_PRECISION (ftype))
4779 TYPE_UNSIGNED (ftype));
4768 tree ftype; local
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h1826 uint32_t ftype : 4; /**< Format Type associated with the error */ member in struct:cvmx_sriomaintx_erb_lt_ctrl_capt::cvmx_sriomaintx_erb_lt_ctrl_capt_s
1860 uint32_t ftype : 4;
/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c1886 pmap_fault_fixup(pmap_t pm, vm_offset_t va, vm_prot_t ftype, int user) argument
1936 if ((ftype & VM_PROT_WRITE) && (pte & L2_S_PROT_W) == 0) {
2077 printf("fixup: pm %p, va 0x%lx, ftype %d - nothing to do!\n",
2078 pm, va, ftype);

Completed in 387 milliseconds

123