Searched refs:tmpc (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dderived_constructor_comps_6.f9027 type(string_container_t) :: tmpc, tmpca(n) variable in program:main
65 tmpc = new_prt_spec2 (string_container_t(prt_in))
69 deallocate(tmpc%comp%chars)
/haiku-buildtools/gcc/mpfr/src/
H A Dadd1sp.c34 mpfr_t tmpa, tmpb, tmpc; local
39 mpfr_init2 (tmpc, MPFR_PREC (c));
44 inexc = mpfr_set (tmpc, c, MPFR_RNDN);
47 inexact2 = mpfr_add1 (tmpa, tmpb, tmpc, rnd_mode);
60 mpfr_fprint_binary (stderr, tmpc);
69 mpfr_clears (tmpa, tmpb, tmpc, (mpfr_ptr) 0);
H A Dsub1sp.c34 mpfr_t tmpa, tmpb, tmpc; local
39 mpfr_init2 (tmpc, MPFR_PREC (c));
44 inexc = mpfr_set (tmpc, c, MPFR_RNDN);
47 inexact2 = mpfr_sub1 (tmpa, tmpb, tmpc, rnd_mode);
58 mpfr_fprint_binary (stderr, tmpc);
67 mpfr_clears (tmpa, tmpb, tmpc, (mpfr_ptr) 0);
/haiku-buildtools/binutils/gas/config/
H A Dobj-macho.c320 char tmpc; local
333 tmpc = p[len];
341 p[len] = tmpc;
348 p[len] = tmpc;
372 tmpc = p[len];
380 p[len] = tmpc;
390 p[len] = tmpc;
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c3970 auto_vec<ce_s> tmpc; local
3972 get_constraint_for_address_of (gimple_call_lhs (stmt), &tmpc); local
3976 FOR_EACH_VEC_ELT (tmpc, i, c)
4005 struct constraint_expr tmpc; local
4006 tmpc.var = escaped_id;
4007 tmpc.offset = 0;
4008 tmpc.type = SCALAR;
4009 lhsc.safe_push (tmpc);
4027 struct constraint_expr tmpc; local
4040 tmpc
4285 struct constraint_expr tmpc; local
[all...]

Completed in 151 milliseconds