Searched refs:lval (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/type_info/
H A D52562.cc23 template<class T> T& lval() noexcept;
26 static_assert(noexcept(lval<std::type_info>().name()), "");
27 static_assert(noexcept(lval<std::type_info>().before(lval<std::type_info>())),
29 static_assert(noexcept(lval<std::type_info>() == lval<std::type_info>()), ""); variable
30 static_assert(noexcept(lval<std::type_info>() != lval<std::type_info>()), "");
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcoarray_atomic_6.f9019 logical :: lval = .false.
26 do while (ival == 0 .or. .not. lval)
28 call atomic_ref(lval, a%la)
30 if (ival == 4 .and. lval) then
33 write(*,*) 'FAIL: ival,lval =', ival, lval
H A Dproc_ptr_comp_4.f9016 logical, pointer :: lval => null () component in type:eval_node_t
38 en%lval = en%op1_log (en%arg1)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Drv-cast2.C5 template <class T> T& lval();
12 const_cast<int&>(lval<int>());
15 const_cast<int&&>(lval<int>());
18 const_cast<A&&>(lval<A>());
/haiku-buildtools/binutils/intl/
H A Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
261 YYSTYPE *lval;
294 lval->num = n;
303 lval->op = equal;
314 lval->op = not_equal;
331 lval->op = less_or_equal;
334 lval->op = less_than;
342 lval->op = greater_or_equal;
345 lval
[all...]
H A Dplural.c90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
1372 yylex (lval, pexp)
1373 YYSTYPE *lval;
1406 lval->num = n;
1415 lval->op = equal;
1426 lval->op = not_equal;
1443 lval->op = less_or_equal;
1446 lval->op = less_than;
1454 lval->op = greater_or_equal;
1457 lval
[all...]
/haiku-buildtools/gcc/intl/
H A Dplural.y69 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
260 yylex (lval, pexp)
261 YYSTYPE *lval;
294 lval->num = n;
303 lval->op = equal;
314 lval->op = not_equal;
331 lval->op = less_or_equal;
334 lval->op = less_than;
342 lval->op = greater_or_equal;
345 lval
[all...]
H A Dplural.c90 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
1372 yylex (lval, pexp)
1373 YYSTYPE *lval;
1406 lval->num = n;
1415 lval->op = equal;
1426 lval->op = not_equal;
1443 lval->op = less_or_equal;
1446 lval->op = less_than;
1454 lval->op = greater_or_equal;
1457 lval
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c1034 bool lval,
1044 lval,
1107 bool lval = false; local
1118 lval = true;
1120 arg = cxx_eval_constant_expression (ctx, x, lval,
1188 bool lval,
1214 /*lval*/false, non_constant_p,
1236 lval, non_constant_p, overflow_p);
1353 lval,
1409 lval, non_constant_
1033 cxx_eval_builtin_function_call(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
1187 cxx_eval_call_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
1684 cxx_eval_conditional_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
1836 cxx_eval_array_reference(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
1933 cxx_eval_component_reference(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2016 cxx_eval_bit_field_ref(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2101 cxx_eval_logical_expression(const constexpr_ctx *ctx, tree t, tree bailout_value, tree continue_value, bool lval, bool *non_constant_p, bool *overflow_p) argument
2237 cxx_eval_bare_aggregate(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2318 cxx_eval_vec_init_1(const constexpr_ctx *ctx, tree atype, tree init, bool value_init, bool lval, bool *non_constant_p, bool *overflow_p) argument
2416 cxx_eval_vec_init(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2623 cxx_eval_indirect_ref(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2733 cxx_eval_trinary_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2768 cxx_eval_store_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
2940 cxx_eval_increment_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
3179 cxx_eval_pointer_plus_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p) argument
3238 cxx_eval_constant_expression(const constexpr_ctx *ctx, tree t, bool lval, bool *non_constant_p, bool *overflow_p, tree *jump_target) argument
[all...]
H A Dtypeck2.c1884 bool lval = real_lvalue_p (datum);
1885 if (lval && FUNCTION_RVALUE_QUALIFIED (type))
1892 else if (!lval && !FUNCTION_RVALUE_QUALIFIED (type))
1879 bool lval = real_lvalue_p (datum); local
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt3.C41 static void assign(void*& lval, void*& rval); // { dg-message "nnyacc::assign|no known conversion" }
/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.c859 __tmp_IO_long lval; local
1094 &lval.ulong, &sign );
1097 if( lval.ulong > (unsigned long)CH_LONG_MIN )
1099 lval.slong = -lval.ulong;
1103 /* not needed: lval.slong = lval.ulong; */
1105 if( convcode != DefaultConv && lval.ulong & (1 << (ilen*8-1)) )
1108 lval.ulong |= 0xFFFFFFFF << ilen*8;
1111 if( lval
[all...]
/haiku-buildtools/gcc/gcc/config/vax/
H A Dvax.c1185 unsigned HOST_WIDE_INT hval, lval;
1193 lval = CONST_DOUBLE_LOW (operands[1]) & 0xffffffff;
1198 lval = INTVAL (operands[1]);
1206 if (lval != 0
1207 && (n = exact_log2 (lval & (- lval))) != -1
1208 && (lval >> n) < 64)
1210 lval >>= n;
1220 lval |= hval << (32 - n);
1225 operands[1] = GEN_INT (lval);
1179 unsigned HOST_WIDE_INT hval, lval; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dexpr.c4077 gfc_expr *lval; local
4078 lval = gfc_get_expr ();
4079 lval->expr_type = EXPR_VARIABLE;
4080 lval->where = sym->declared_at;
4081 lval->ts = sym->ts;
4082 lval->symtree = gfc_find_symtree (sym->ns->sym_root, sym->name);
4085 lval->rank = sym->as ? sym->as->rank : 0;
4086 if (lval->rank)
4087 gfc_add_full_array_ref (lval, sym->ts.type == BT_CLASS ?
4089 return lval;
[all...]
H A Dresolve.c10808 gfc_expr *lval; local
10830 lval = gfc_lval_expr_from_sym (sym);
10839 init_st->expr1 = lval;
/haiku-buildtools/binutils/gold/
H A Doutput.cc1429 uint64_t lval = object->local_symbol_value(lsi, this->addend_); local
1430 val = convert_types<Valtype, uint64_t>(lval);
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc10010 mpz_t lval; local
10013 && lvalnc.to_int(&lval));
10024 ? mpz_cmp(ival, lval) >= 0
10025 : mpz_cmp(ival, lval) > 0)))
10041 || (lval_valid && mpz_cmp(eval, lval) > 0))
10057 || (lval_valid && mpz_cmp(cval, lval) > 0))
10083 mpz_clear(lval);
H A Dstatements.cc860 Expression* lval = this->lhs_->copy(); local
902 Expression* binop = Expression::make_binary(op, lval, this->rhs_, loc);
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dexpr.c18583 ffetargetIntegerDefault lval = 0;
18656 lval = 1;
18661 lval = ffebld_constant_integerdefault (ffebld_conter (lbound));
18676 if ((lcheck && (val < lval)) || (ucheck && (val > uval)))
18582 ffetargetIntegerDefault lval = 0; local

Completed in 509 milliseconds