Searched refs:ue (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro4.c11 #if glue (xgl, ue) (1, 2) != 12
H A Dpaste2.c60 if (glue (gl, ue) (12) != 12)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dbuiltins-2.c31 vector unsigned long long ue = vec_splat (ua, 0); local
35 || ue[0] != 27L || ue[1] != 27L || uf[0] != 14L || uf[1] != 14L)
H A Dbuiltins-1.c30 vector unsigned long long ue = vec_and (ua, ud); local
/haiku-buildtools/gcc/mpfr/src/
H A Dfrac.c33 mpfr_exp_t re, ue; local
56 ue = MPFR_GET_EXP (u);
57 if (ue <= 0) /* |u| < 1 */
64 un -= (mp_size_t) (ue / GMP_NUMB_BITS);
68 sh = ue % GMP_NUMB_BITS;
/haiku-buildtools/gcc/gmp/tests/mpf/
H A Dt-dm2exp.c40 mp_exp_t ue; local
80 ue = urandom () % SIZE;
81 mpf_random2 (u, un, ue);
/haiku-buildtools/gcc/gmp/mpf/
H A Dget_str.c113 mp_exp_t ue; local
129 ue = EXP(u);
180 if (ue <= n_limbs_needed)
186 n_more_limbs_needed = n_limbs_needed - ue;
204 off = un - ue - ign;
223 n_less_limbs_needed = ue - n_limbs_needed;
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dvec.cc120 uncatch_exception ue; local
162 uncatch_exception ue; local
191 uncatch_exception ue; local
222 uncatch_exception ue; local
255 uncatch_exception ue; local
330 uncatch_exception ue; local
365 uncatch_exception ue; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dgodump-1.c748 union { } ue; variable in typeref:union:__anon1592
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dparse.cc2486 Unknown_expression* ue = local
2489 ue->set_no_error_message();
2490 return ue;
3239 Unknown_expression* ue = local
3242 ue->set_no_error_message();
3243 return ue;
3252 Unknown_expression* ue = local
3255 named_object->package()->note_fake_usage(ue);
3257 ue->set_no_error_message();
3258 return ue;
[all...]
H A Dexpressions.cc3671 Unary_expression* ue = static_cast<Unary_expression*>(e); local
3672 if (ue->op_ == OPERATOR_AND)
3677 if (!ue->expr_->is_addressable() && !ue->create_temp_)
3679 error_at(ue->location(),
3683 return ue->expr_;
3685 ue->set_does_not_escape();
4150 Unary_expression* ue = local
4152 go_assert(ue->op() != OPERATOR_AND);
4340 Unary_expression* ue local
8725 Unary_expression* ue = static_cast<Unary_expression*>(first_arg); local
13096 Unary_expression* ue = static_cast<Unary_expression*>(name_expr); local
[all...]
H A Dstatements.cc1746 const Unknown_expression* ue = fn->unknown_expression(); local
1747 if (ue != NULL)
1749 Named_object* no = ue->named_object();

Completed in 119 milliseconds