Searched refs:vtype (Results 1 - 25 of 25) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dattr-weakref-2.c4 typedef int vtype; typedef
6 extern vtype wv1;
7 extern vtype Wv1a __attribute__((weakref ("wv1"))); /* { dg-error "weakref 'Wv1a' must have static linkage" } */
H A Ddarwin-weakref-1.c10 typedef int vtype; typedef
12 extern vtype wv1;
13 static vtype Wv1a __attribute__((weakref ("wv1")));
14 vtype *pv1a = &Wv1a;
16 extern vtype wv2;
17 static vtype Wv2a __attribute__((weakref ("wv2")));
18 vtype *pv2a = &wv2;
H A Dattr-weakref-1-darwin.c27 typedef int vtype; typedef
29 extern vtype wv1;
30 static vtype Wv1a __attribute__((weakref ("wv1")));
31 static vtype *pv1a USED = &Wv1a;
33 vtype gv2;
34 static vtype Wv2a __attribute__((weakref ("gv2")));
35 static vtype *pv2a USED = &Wv2a;
37 static vtype lv3;
38 static vtype Wv3a __attribute__((weakref ("lv3")));
39 static vtype *pv3
[all...]
H A Dattr-weakref-1.c37 typedef int vtype; typedef
39 extern vtype wv1;
40 static vtype Wv1a __attribute__((weakref ("wv1")));
41 static vtype *pv1a USED = &Wv1a;
43 vtype gv2;
44 static vtype Wv2a __attribute__((weakref ("gv2")));
45 static vtype *pv2a USED = &Wv2a;
47 static vtype lv3;
48 static vtype Wv3a __attribute__((weakref ("lv3")));
49 static vtype *pv3
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/cons/
H A Dnoexcept_move_construct.cc25 typedef std::vector<int> vtype; typedef
27 static_assert(std::is_nothrow_move_constructible<vtype>::value, "Error");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/valarray/
H A Dnoexcept_move_construct.cc25 typedef std::valarray<int> vtype; typedef
27 static_assert(std::is_nothrow_move_constructible<vtype>::value, "Error");
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dneon-fma-cov.s5 .macro regs3_1 op opq vtype
6 \op\vtype q0,q0,q0
7 \opq\vtype q0,q0,q0
8 \op\vtype d0,d0,d0
H A Dneon-cov.s8 .macro regs3_1 op opq vtype
9 \op\vtype q0,q0,q0
10 \opq\vtype q0,q0,q0
11 \op\vtype d0,d0,d0
14 .macro dregs3_1 op vtype
15 \op\vtype d0,d0,d0
18 .macro regn3_1 op operand2 vtype
19 \op\vtype d0,q0,\operand2
22 .macro regl3_1 op operand2 vtype
23 \op\vtype q
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml572 let vtype = type_for_elt shape elt in
573 make_arity vtype, elt
577 elts_same (fun vtype -> Arity4 (vtype 0, vtype 0, vtype 1, vtype 2, vtype 3))
580 elts_same (fun vtype -> Arity3 (vtype
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dclass.c230 /* Fix up missing vtype. */
743 /* Add a procedure pointer component to the vtype
747 add_proc_comp (gfc_symbol *vtype, const char *name, gfc_typebound_proc *tb) argument
754 c = gfc_find_component (vtype, name, true, true);
759 if (!gfc_add_component (vtype, name, &c))
791 /* Add all specific type-bound procedures in the symtree 'st' to a vtype. */
794 add_procs_to_declared_vtab1 (gfc_symtree *st, gfc_symbol *vtype) argument
800 add_procs_to_declared_vtab1 (st->left, vtype);
803 add_procs_to_declared_vtab1 (st->right, vtype);
807 add_proc_comp (vtype, s
814 copy_vtab_proc_comps(gfc_symbol *declared, gfc_symbol *vtype) argument
2163 add_procs_to_declared_vtab(gfc_symbol *derived, gfc_symbol *vtype) argument
2191 gfc_symbol *vtab = NULL, *vtype = NULL, *found_sym = NULL, *def_init = NULL; local
2494 gfc_symbol *vtab = NULL, *vtype = NULL, *found_sym = NULL; local
[all...]
H A Dmodule.c2131 if (attr->vtype)
2300 attr->vtype = 1;
2610 mio_component (gfc_component *c, int vtype) argument
2641 if (!vtype || strcmp (c->name, "_final") == 0
2653 mio_component_list (gfc_component **cp, int vtype) argument
2662 mio_component (c, vtype);
2675 mio_component (c, vtype);
4079 mio_component_list (&sym->components, sym->attr.vtype);
4776 if (!p->u.rsym.sym->attr.vtype
4826 if (st_sym->attr.vtab || st_sym->attr.vtype)
[all...]
H A Dgfortran.h773 unsigned vtype:1; /* is a derived type of a vtab. */ member in struct:__anon98
H A Dtrans-types.c2611 /* vtype fields can point to different types to the base type. */
2613 && c->ts.u.derived && c->ts.u.derived->attr.vtype)
H A Dresolve.c12646 if (!sym->attr.vtype && !check_proc_interface (ifc, &c->loc))
12712 && !sym->attr.vtype)
12824 && !sym->attr.vtype
12928 if (!sym->attr.is_class && c->ts.type == BT_DERIVED && !sym->attr.vtype
12978 if (c->initializer && !sym->attr.vtype
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexcept.c199 /* void vtype () */
200 tree vtype = build_function_type (void_type_node, void_list_node); local
205 vtype, NOT_BUILT_IN);
H A Dinit.c814 tree vtype, vtype_binfo;
819 vtype = DECL_CONTEXT (CLASSTYPE_VFIELD (type));
820 vtype_binfo = get_binfo (vtype, TREE_TYPE (TREE_TYPE (decl)), 0);
826 vtbl_ptr = build_vfield_ref (build_indirect_ref (decl, NULL_PTR), vtype);
813 tree vtype, vtype_binfo; local
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c4634 tree vtype = build_opaque_vector_type (stype, local
4644 "involves truncation", arg2_type, vtype);
4651 "involves truncation", arg3_type, vtype);
4657 arg2 = build_vector_from_val (vtype, arg2);
4658 arg2_type = vtype;
4661 arg3 = build_vector_from_val (vtype, arg3);
4662 arg3_type = vtype;
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c2985 debug_type vtype; local
2990 vtype = parse_stab_type (dhandle, info, (const char *) NULL, pp,
3000 *retvptrbase = vtype;
/haiku-buildtools/binutils/binutils/
H A Dstabs.c3023 debug_type vtype; local
3028 vtype = parse_stab_type (dhandle, info, (const char *) NULL, pp,
3038 *retvptrbase = vtype;
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c6979 alpha_fold_vector_minmax (enum tree_code code, tree op[], tree vtype)
6981 tree op0 = fold_convert (vtype, op[0]);
6982 tree op1 = fold_convert (vtype, op[1]);
6983 tree val = fold_build2 (code, vtype, op0, op1);
6964 alpha_fold_vector_minmax(enum tree_code code, tree op[], tree vtype) argument
/haiku-buildtools/gcc/gcc/
H A Domp-low.c5891 tree vtype = TREE_TYPE (fd->loops[i].v), itype, t;
5892 itype = vtype;
5893 if (POINTER_TYPE_P (vtype))
5894 itype = signed_type_for (vtype);
5902 if (POINTER_TYPE_P (vtype))
5952 tree vtype = TREE_TYPE (fd->loops[i].v);
5978 if (POINTER_TYPE_P (vtype))
5981 t = fold_build2 (PLUS_EXPR, vtype, fd->loops[i].v, fd->loops[i].step);
5890 tree vtype = TREE_TYPE (fd->loops[i].v), itype, t; local
5951 tree vtype = TREE_TYPE (fd->loops[i].v); local
H A Dtree-vect-data-refs.c1741 tree vtype = STMT_VINFO_VECTYPE (vinfo); local
1742 max_peel = TYPE_VECTOR_SUBPARTS (vtype) - 1;
H A Ddwarf2out.c20066 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type));
20068 gen_type_die (vtype, context_die);
20070 lookup_type_die (vtype));
20048 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type)); local
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarf2out.c9108 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type));
9110 gen_type_die (vtype, context_die);
9112 lookup_type_die (vtype));
9097 tree vtype = DECL_FCONTEXT (TYPE_VFIELD (type)); local
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Darm_neon.h17123 #define __LD2_LANE_FUNC(intype, vtype, ptrtype, mode, ptrmode, funcsuffix) \
17133 ret.val[0] = (vtype) __builtin_aarch64_get_qregoiv4si (__o, 0); \
17134 ret.val[1] = (vtype) __builtin_aarch64_get_qregoiv4si (__o, 1); \
17214 #define __LD3_LANE_FUNC(intype, vtype, ptrtype, mode, ptrmode, funcsuffix) \
17225 ret.val[0] = (vtype) __builtin_aarch64_get_qregciv4si (__o, 0); \
17226 ret.val[1] = (vtype) __builtin_aarch64_get_qregciv4si (__o, 1); \
17227 ret.val[2] = (vtype) __builtin_aarch64_get_qregciv4si (__o, 2); \
17315 #define __LD4_LANE_FUNC(intype, vtype, ptrtype, mode, ptrmode, funcsuffix) \
17327 ret.val[0] = (vtype) __builtin_aarch64_get_qregxiv4si (__o, 0); \
17328 ret.val[1] = (vtype) __builtin_aarch64_get_qregxiv4s
[all...]

Completed in 519 milliseconds