Searched refs:SV (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dlong1.C9 typedef short void SV; // { dg-error "short" } typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dpretty.C4 class SV;
8 // It is an array to pointer to a SV.
9 SV ** array;
36 array = (SV **) new SV * [size];
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr58137.c11 typedef struct sv SV; typedef in typeref:struct:sv
14 SV * xrv_rv;
29 xrv->xrv_rv = (SV*)(xrv + 1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr53645.c5 typedef int SV __attribute__((vector_size (16))); typedef
22 sq##a##b##c##d (SV *x, SV *y) \
24 *x = *y / ((SV) { a, b, c, d }); \
28 sr##a##b##c##d (SV *x, SV *y) \
30 *x = *y % ((SV) { a, b, c, d }); \
46 SV s[] =
47 { ((SV) { 73, -9123, 32761, 8191 }),
48 ((SV) { 990
[all...]
H A Dpr53645-2.c5 typedef short int SV __attribute__((vector_size (16))); typedef
22 sq##a##b##c##d##e##f##g##h (SV *x, SV *y) \
24 *x = *y / ((SV) { a, b, c, d, e, f, g, h }); \
28 sr##a##b##c##d##e##f##g##h (SV *x, SV *y) \
30 *x = *y % ((SV) { a, b, c, d, e, f, g, h }); \
46 SV s[] =
47 { ((SV) { 73, -9123, 32761, 8191, 16371, 1201, 12701, 9999 }),
48 ((SV) { 990
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/torture/
H A Dpr30807.c28 typedef struct sv SV; typedef in typeref:struct:sv
73 SV *gp_sv;
90 SV **Istack_sp;
92 SV **Icurpad;
93 SV **Istack_base;
94 SV **Istack_max;
101 SV **Itmps_stack;
109 SV *ISv;
136 void Perl_av_create_and_push (PerlInterpreter*, AV**, SV*);
138 void Perl_sv_2pv_flags (PerlInterpreter*, SV*, STRLE
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Did-pr43464.c1 typedef struct sv SV; typedef in typeref:struct:sv
11 SV *cop_warnings;
43 ((SV *) ((void *) 0)))
/haiku-buildtools/gcc/gmp/demos/perl/
H A DGMP.xs289 /* Return a new mortal SV holding the given mpx_ptr pointer.
299 typedef SV *order_noswap;
300 typedef SV *dummy;
301 typedef SV *SV_copy_0;
306 #define SvMPX(s,type) ((type) SvIV((SV*) SvRV(s)))
333 do { SV *__tmp = (x); (x) = (y); (y) = __tmp; } while (0)
339 class_or_croak (SV *sv, classconst char *cl)
395 my_##type##_set_svstr (type##_ptr x, SV *sv) \
502 use_sv (SV *sv)
599 coerce_mpz_using (mpz_ptr tmp, SV *s
[all...]
/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c281 SMCLAS_ENTRY (SV),
/haiku-buildtools/legacy/binutils/opcodes/
H A Dppc-opc.c488 /* The SV field in a POWER SC form instruction. */
489 #define SV STRM + 1
494 #define TBR SV + 1
2766 { "svca", SC(17,1,0), SC_MASK, PWRCOM, { SV } },
2767 { "svcla", SC(17,1,1), SC_MASK, POWER, { SV } },
487 #define SV macro
/haiku-buildtools/binutils/opcodes/
H A Dppc-opc.c709 /* The SV field in a POWER SC form instruction. */
710 #define SV ESYNC + 1
715 #define TBR SV + 1
4264 {"svca", SC(17,1,0), SC_MASK, PWRCOM, PPCVLE, {SV}},
4265 {"svcla", SC(17,1,1), SC_MASK, POWER, PPCVLE, {SV}},
708 #define SV macro

Completed in 301 milliseconds