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

123456

/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tm/
H A Dwrap-1.c4 void orig(void);
5 void xyzzy(void) __attribute__((transaction_wrap (orig)));
7 void foo() { __transaction_relaxed { orig (); } }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tm/
H A Dirrevocable-4.c4 void orig(void);
5 void xyz(void) __attribute__((transaction_wrap (orig)));
11 orig();
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930718-1.c8 f (orig)
9 register rtx orig;
11 if (orig->f1 || orig->f2)
12 return orig;
13 orig->f2 = 1;
14 return orig;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr60746.C18 int orig = 0; local
19 if (list_arry[3][orig].getSize () > 0
20 || list_arry[4][orig].getSize () > 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dm68k-byte-addr.c5 #define DECLARE(I) orig##I, inc##I
6 #define READ(I) orig##I = x[I]
7 #define INC(I) inc##I = orig##I + 1
8 #define WRITE1(I) x[I] = orig##I
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dintrinsic_rrspacing.f9011 subroutine test_real4(orig)
12 real x,y,orig local in subroutine:test_real4
14 x = orig
21 subroutine test_real8(orig)
22 real*8 x,y,t,orig local in subroutine:test_real8
24 x = orig
H A Dintrinsic_scale.f9013 subroutine test_real4 (orig, i)
14 real x,y,orig local in subroutine:test_real4
16 x = orig
22 subroutine test_real8 (orig, i)
23 real*8 x,y,orig local in subroutine:test_real8
25 x = orig
H A Dintrinsic_spacing.f9013 subroutine test_real4(orig)
14 real x,y,t,orig local in subroutine:test_real4
16 x = orig
25 subroutine test_real8(orig)
26 real*8 x,y,t,orig local in subroutine:test_real8
28 x = orig
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gomp/
H A Dpr24849.C7 void Import_nograde (const Healpix_Map<T> &orig) { argument
12 for (m=0; m<npix_; ++m) map[m] = orig.map[m];
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/cons/
H A Dmove.cc34 string orig = "Let the whole outside world consist of a long paper tape."; local
37 f << orig; local
44 VERIFY( result == orig );
51 wstring orig = L"Let the whole outside world consist of a long paper tape."; local
54 f << orig; local
61 VERIFY( result == orig );
/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.c282 copy_rtx (orig)
283 register rtx orig;
290 code = GET_CODE (orig);
305 return orig;
310 if (GET_CODE (XEXP (orig, 0)) == PLUS
311 && GET_CODE (XEXP (XEXP (orig, 0), 0)) == SYMBOL_REF
312 && GET_CODE (XEXP (XEXP (orig, 0), 1)) == CONST_INT)
313 return orig;
331 memcpy (copy, orig, sizeof (struct rtx_def) - sizeof (rtunion));
352 XEXP (copy, i) = XEXP (orig,
[all...]
H A Dintegrate.c1084 copy_for_inline (orig)
1085 rtx orig;
1087 register rtx x = orig;
1167 if (orig_asm_operands_vector == XVEC (orig, 3))
1170 x->volatil = orig->volatil;
1171 XSTR (x, 0) = XSTR (orig, 0);
1172 XSTR (x, 1) = XSTR (orig, 1);
1173 XINT (x, 2) = XINT (orig, 2);
1176 XSTR (x, 5) = XSTR (orig, 5);
1177 XINT (x, 6) = XINT (orig,
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/assign/
H A D1.cc34 string orig = "Let the whole outside world consist of a long paper tape."; local
38 f << orig; local
46 VERIFY( result == orig );
57 VERIFY( result == orig );
68 VERIFY( result == orig );
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr45144.c34 bar (unsigned orig, unsigned *new) argument
39 s.b = orig;
/haiku-buildtools/gcc/gcc/
H A Drtl.c252 shared_const_p (const_rtx orig)
254 gcc_assert (GET_CODE (orig) == CONST);
258 return (GET_CODE (XEXP (orig, 0)) == PLUS
259 && GET_CODE (XEXP (XEXP (orig, 0), 0)) == SYMBOL_REF
260 && CONST_INT_P (XEXP (XEXP (orig, 0), 1)));
269 copy_rtx (rtx orig)
276 code = GET_CODE (orig);
292 return orig;
297 if (REG_P (XEXP (orig, 0)) && REGNO (XEXP (orig,
249 shared_const_p(const_rtx orig) argument
266 copy_rtx(rtx orig) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/locale/global_locale_objects/
H A D2.cc37 const char* orig = setlocale(LC_ALL, 0); local
40 setlocale(LC_ALL, orig);
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/ubsan/
H A Dobject-size-1.c14 char *p, *orig; local
15 orig = p = (char *) __builtin_calloc (N, 1);
21 __builtin_free (orig);
H A Dobject-size-3.c13 char *p, *orig; local
14 orig = p = (char *) __builtin_calloc (N, 1);
20 __builtin_free (orig);
/haiku-buildtools/gcc/gcc/c-family/
H A Darray-notation-common.c408 replace_array_notations (tree *orig, bool ignore_builtin_fn, argument
419 if (TREE_CODE (*orig) == ARRAY_NOTATION_REF)
422 if (*orig == node)
425 *orig = node_replacement;
428 else if (TREE_CODE (*orig) == STATEMENT_LIST)
431 for (ii_tsi = tsi_start (*orig); !tsi_end_p (ii_tsi); tsi_next (&ii_tsi))
435 else if (TREE_CODE (*orig) == CALL_EXPR)
439 if (is_cilkplus_reduce_builtin (CALL_EXPR_FN (*orig)))
444 if (*orig == node)
447 *orig
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dconvert-dfp-round.c27 do_d64_to_d32 (_Decimal64 orig, _Decimal32 exp) argument
29 d64 = orig;
35 do_d128_to_d32 (_Decimal128 orig, _Decimal32 exp) argument
37 d128 = orig;
43 do_d128_to_d64 (_Decimal128 orig, _Decimal64 exp) argument
45 d128 = orig;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dptrmem22.C18 void Import_nograde (const Healpix_Map<T> &orig) argument
/haiku-buildtools/legacy/gcc/libobjc/
H A Dselector.c332 struct objc_selector *orig, BOOL is_const)
349 if (orig)
351 orig->sel_id = (void*)i;
352 return orig;
360 if (orig)
362 orig->sel_id = (void*)i;
363 return orig;
369 if (orig)
370 j = orig;
388 if (orig)
331 __sel_register_typed_name(const char *name, const char *types, struct objc_selector *orig, BOOL is_const) argument
[all...]
/haiku-buildtools/gcc/gcc/config/
H A Ddarwin.c399 machopic_gen_offset (rtx orig) argument
402 return orig;
409 orig = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, orig),
411 return gen_rtx_CONST (Pmode, orig);
649 machopic_indirect_data_reference (rtx orig, rtx reg) argument
651 rtx ptr_ref = orig;
654 return orig;
656 if (GET_CODE (orig) == SYMBOL_REF)
658 int defined = machopic_data_defined_p (orig);
828 machopic_legitimize_pic_address(rtx orig, machine_mode mode, rtx reg) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dstruct-align-2_x.c44 SETUP (orig,101, 102, 0x0101010101010101ULL)
63 CHECK (orig);
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c231 const char *orig; local
236 orig = *pp;
245 if (*orig == '-')
262 p = orig;
330 warn_stab (orig, _("numeric overflow"));
1129 const char *orig; local
1139 orig = *pp;
1201 bad_stab (orig);
1253 warn_stab (orig, _("unrecognized cross reference type"));
1263 bad_stab (orig);
1602 const char *orig; local
1638 const char *orig; local
1822 const char *orig; local
1893 const char *orig; local
1929 const char *orig; local
2011 const char *orig; local
2072 const char *orig; local
2196 const char *orig; local
2275 const char *orig; local
2368 const char *orig; local
2502 const char *orig; local
2943 const char *orig; local
3014 const char *orig; local
3876 const char *orig; local
3991 const char *orig; local
4162 const char *orig; local
4384 const char *orig; local
4411 const char *orig; local
4526 const char *orig; local
4793 const char *orig; local
[all...]

Completed in 237 milliseconds

123456