Searched refs:vt (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-23.c11 typedef vector int vt; typedef
12 typedef struct { vt x; int y[sizeof(vt) / sizeof (int)]; } st;
17 vt x = INIT;
18 vt y[1] = { INIT };
22 vt x = INIT;
23 vt y[1] = { INIT };
/haiku-buildtools/gcc/libmpx/mpxrt/
H A Dmpxrt-utils.h58 void __mpxrt_write_uint (verbose_type vt, uint64_t val, unsigned base);
59 void __mpxrt_write (verbose_type vt, const char* str);
60 void __mpxrt_print (verbose_type vt, const char* frmt, ...);
H A Dmpxrt-utils.c407 __mpxrt_write_uint (verbose_type vt, uint64_t val, unsigned base) argument
417 if (vt > verbose_val || base <= 1 || base > sizeof (digits))
429 __mpxrt_write (vt, str + pos + 1);
433 __mpxrt_write (verbose_type vt, const char* str) argument
438 if (vt > verbose_val)
441 if (vt == VERB_ERROR)
458 __mpxrt_print (verbose_type vt, const char* frmt, ...) argument
463 if (vt > verbose_val)
467 if (vt == VERB_ERROR)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dsra-4.c8 struct vt struct
16 struct vt st1, st2, st3;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dsimd-3.C11 volatile v vt = { 1, 2, 3, 4 }; variable
56 v v1 = vt;
62 if (memcmp (&v2, (v *)&vt, sizeof (v2)) != 0)
H A Dsimd-4.C11 volatile v vt = { 1, 2, 3, 4 }; variable
56 v v1 = vt;
67 if (memcmp (&v2, (v *)&vt, sizeof (v2)) != 0)
/haiku-buildtools/gcc/gmp/tests/
H A Drefmpf.c32 mp_ptr ut, vt, wt; local
74 vt = TMP_ALLOC_LIMBS (size + 1);
77 MPN_ZERO (vt, size);
82 MPN_COPY (vt + off, PTR (v), ABSIZ (v));
85 cy = mpn_add_n (wt, ut, vt, size);
204 mp_ptr ut, vt, wt; local
247 vt = TMP_ALLOC_LIMBS (size + 1);
250 MPN_ZERO (vt, size);
255 MPN_COPY (vt + off, PTR (v), ABSIZ (v));
258 if (mpn_cmp (ut, vt, siz
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgraphds.c75 struct vertex *vf = &g->vertices[f], *vt = &g->vertices[t]; local
80 e->pred_next = vt->pred;
81 vt->pred = e;
/haiku-buildtools/binutils/gold/
H A Dscript.cc2415 const Version_tree* vt = this->version_trees_[i]; local
2416 if (vt->global == NULL)
2418 for (size_t j = 0; j < vt->global->expressions.size(); ++j)
2420 const Version_expression& expression(vt->global->expressions[j]);
2443 if (symtab->lookup(pattern.c_str(), vt->tag.c_str()) == NULL)
2446 vt->tag.c_str(), pattern.c_str());
2484 const Version_tree* vt = this->version_trees_[i]; local
2486 if (vt->tag.empty())
2489 fprintf(f, " %s {\n", vt->tag.c_str());
2491 if (vt
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr57993-2.cpp147 double c, t, ut, vt; local
/haiku-buildtools/gcc/gcc/cp/
H A Dclass.c8536 tree vt;
8540 vt = BINFO_VTABLE (binfo);
8541 if (TREE_CODE (vt) == TREE_LIST)
8542 vt = TREE_VALUE (vt);
8543 if (TREE_CODE (vt) == TREE_BINFO)
8544 binfo = vt;
8549 return vt;
8528 tree vt; local
H A Ddecl2.c2651 if (tree vt = CLASSTYPE_VTABLES (type))
2654 DECL_NAME (vt) = name;
2655 SET_DECL_ASSEMBLER_NAME (vt, name);
2656 reset_decl_linkage (vt);
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c22228 rtx t1, t2, t3, t4, t5, t6, t7, t8, vt, vt2, vec[32];
22273 vt = gen_rtx_CONST_VECTOR (maskmode, gen_rtvec_v (w, vec));
22274 vt = force_reg (maskmode, vt);
22277 emit_insn (gen_avx2_permvarv8si (t1, mask, vt));
22279 emit_insn (gen_avx2_pshufbv32qi3 (t1, mask, vt));
22292 vt = gen_rtx_CONST_VECTOR (maskmode, gen_rtvec_v (w, vec));
22293 vt = validize_mem (force_const_mem (maskmode, vt));
22294 t1 = expand_simple_binop (maskmode, PLUS, t1, vt, t
22197 rtx t1, t2, t3, t4, t5, t6, t7, t8, vt, vt2, vec[32]; local
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml2000 let string_of_vectype vt =
2060 name (fun x -> x ^ "_t") vt
2097 | Arity0 vt -> [string_of_vectype vt]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc65 #include <sys/vt.h>
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dtypes.cc7596 Type* vt = Type::make_pointer_type(Type::make_void_type()); local
7598 bfields[1].btype = vt->get_backend(gogo);
7641 Type* vt = Type::make_pointer_type(Type::make_void_type()); local
7642 mparams->push_back(Typed_identifier("", vt, ft->location()));
7710 Type* vt = Type::make_pointer_type(Type::make_void_type()); local
7712 (*bfields)[1].btype = vt->get_backend(gogo);
H A Dexpressions.cc6355 Type* vt = Type::make_pointer_type(Type::make_void_type()); local
6356 sfl->push_back(Struct_field(Typed_identifier("fn.0", vt, loc)));
11194 Type* vt = Type::make_pointer_type(Type::make_void_type()); local
11195 sfl->push_back(Struct_field(Typed_identifier("fn.0", vt, loc)));
14420 Type* vt = Type::make_pointer_type(Type::make_void_type()); local
14421 mparams->push_back(Typed_identifier("", vt, ft->location()));

Completed in 441 milliseconds