Searched refs:rval (Results 1 - 25 of 53) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr52457.c25 vl_t rval; local
28 pl = (T *) &rval;
29 rval = buggy_func (2);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/reference_wrapper/
H A Dref_neg.cc26 X rval();
35 std::ref(rval()); // { dg-error "deleted" }
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr35944-1.f905 real rda1(10), rda(10), rval variable
12 if (rval /= rda1(i)) call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000403-1.c9 int mib[2], rval; local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c77 tree rval;
89 rval = build_type_conversion (type, expr, 1);
90 if (rval)
92 if (rval == error_mark_node)
95 return rval;
206 rval = build1 (NOP_EXPR, type, expr);
207 TREE_CONSTANT (rval) = TREE_CONSTANT (expr);
208 return rval;
336 tree rval;
367 rval
76 tree rval; local
335 tree rval; local
406 tree rval = NULL_TREE; local
562 tree type, rval; local
735 tree rval; local
762 tree rval; local
[all...]
H A Dinit.c1254 no_vlist_base_init (rval, exp, init, binfo, flags)
1255 tree rval, exp, init, binfo;
1261 func = rval;
1295 func, rval, nrval);
1314 tree rval;
1383 rval = build_method_call (exp, ctor_identifier,
1387 rval = no_vlist_base_init (rval, exp, orig_init, binfo, flags);
1389 if (TREE_SIDE_EFFECTS (rval))
1390 expand_expr_stmt (rval);
1313 tree rval; local
2097 tree type, rval; local
2326 tree type, true_type, size, rval; local
2957 tree rval; local
[all...]
H A Dsearch.c212 tree rval = NULL_TREE;
236 rval = nrval;
239 return rval;
285 tree rval = NULL_TREE;
299 dist = get_base_distance (parent, binfo, protect, &rval);
314 return rval;
320 get_base_distance_recursive (binfo, depth, is_private, rval,
325 int depth, is_private, rval;
343 if (rval == -1)
356 better = rval
210 tree rval = NULL_TREE; local
283 tree rval = NULL_TREE; local
437 int rval; local
1149 tree rval; member in struct:lookup_field_info
1364 tree rval, rval_binfo = NULL_TREE; local
1475 tree rval = lookup_member (xbasetype, name, protect, want_type); local
1492 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/0); local
1589 tree rval = NULL_TREE; local
1657 tree rval = NULL_TREE; local
[all...]
H A Dtypeck2.c1280 register tree rval = datum;
1281 tree type = TREE_TYPE (rval);
1288 return build_min_nt (ARROW_EXPR, rval);
1290 if (TREE_CODE (rval) == OFFSET_REF)
1292 rval = resolve_offset_ref (datum);
1293 type = TREE_TYPE (rval);
1298 rval = convert_from_reference (rval);
1299 type = TREE_TYPE (rval);
1304 while ((rval
1275 register tree rval = datum; local
[all...]
H A Dtypeck.c646 tree rval, raises;
657 rval = build_function_type (valtype, p2);
659 rval = build_exception_variant (rval, raises);
660 return build_type_attribute_variant (rval, attributes);
665 rval = build_function_type (valtype, p1);
667 rval = build_exception_variant (rval, raises);
668 return build_type_attribute_variant (rval, attributes);
671 rval
645 tree rval, raises; local
2327 tree rval; local
2436 tree rval, type; local
4256 tree rval = build_unary_op (ADDR_EXPR, TREE_OPERAND (arg, 0), 0); local
4316 tree rval; local
6331 tree rval = build_opfncall (MODIFY_EXPR, LOOKUP_NORMAL, lhs, rhs, local
[all...]
H A Dtree.c194 tree rval; local
202 rval = build (AGGR_INIT_EXPR, type,
204 TREE_SIDE_EFFECTS (rval) = 1;
205 rval = build (TARGET_EXPR, type, slot, rval, NULL_TREE, NULL_TREE);
206 TREE_SIDE_EFFECTS (rval) = 1;
208 return rval;
218 tree rval; local
223 rval = build (TARGET_EXPR, TREE_TYPE (init), slot, init,
225 TREE_SIDE_EFFECTS (rval)
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dsearch.c969 tree rval;
1102 if (nval == lfi->rval && shared_member_p (nval))
1112 if (!lfi->ambiguous && lfi->rval)
1117 lfi->ambiguous = tree_cons (NULL_TREE, lfi->rval, NULL_TREE);
1129 lfi->rval = nval;
1182 tree rval, rval_binfo = NULL_TREE;
1187 this can be set with useful information, even when rval is not
1190 checks. Whereas rval is only set if a proper (not hidden)
1230 rval = lfi.rval;
967 tree rval; member in struct:lookup_field_info
1180 tree rval, rval_binfo = NULL_TREE; local
1300 tree rval = lookup_member (xbasetype, name, protect, want_type, local
1317 tree rval = lookup_member (xbasetype, name, protect, /*want_type=*/false, local
1587 tree rval; local
1630 tree rval; local
1708 tree rval; local
1753 tree rval = NULL_TREE; local
1824 tree rval = dfs_walk_once_accessible_r (binfo, friends_p, diamond_shaped, local
[all...]
H A Dcvt.c90 tree rval;
107 rval = build_type_conversion (type, expr);
108 if (rval)
111 && rval == error_mark_node)
114 return rval;
327 tree rval;
352 rval = cp_build_addr_expr (arg, complain);
353 if (rval == error_mark_node)
368 rval = build_base_path (PLUS_EXPR, rval, binf
89 tree rval; local
326 tree rval; local
423 tree rval = NULL_TREE; local
785 tree rval; local
844 tree rval; local
[all...]
H A Dmethod.c860 reftype = cp_build_reference_type (reftype, /*rval*/true);
877 tree ob, fn, fns, binfo, rval;
910 rval = build_new_method_call (ob, fns, &args, binfo, flags, &fn, complain);
913 if (fn && rval == error_mark_node)
914 return rval;
1061 to = cp_build_reference_type (to, /*rval*/false);
1183 tree mem_type, argtype, rval;
1309 rval = locate_fn_flags (mem_type, fnname, argtype, flags, complain);
1311 process_subob_fn (rval, spec_p, trivial_p, deleted_p,
1329 tree binfo, base_binfo, scope, fnname, rval, argtyp
875 tree ob, fn, fns, binfo, rval; local
1181 tree mem_type, argtype, rval; local
1327 tree binfo, base_binfo, scope, fnname, rval, argtype; local
[all...]
H A Dinit.c1617 tree rval; local
1729 rval = build3 (COND_EXPR, void_type_node,
1741 rval = build_special_member_call (exp, ctor_name, &parms, binfo, flags,
1748 if (exp == true_exp && TREE_CODE (rval) == CALL_EXPR)
1750 tree fn = get_callee_fndecl (rval);
1753 tree e = maybe_constant_init (rval, exp);
1755 rval = build2 (INIT_EXPR, type, exp, e);
1760 if (TREE_SIDE_EFFECTS (rval))
1761 finish_expr_stmt (rval);
2284 tree size, rval;
2282 tree size, rval; local
3018 tree rval; local
3426 tree rval; local
4297 tree rval; local
[all...]
H A Dtree.c440 tree rval; local
474 rval = build_aggr_init_array (void_type_node, fn, slot,
478 rval = build_aggr_init_array (void_type_node, fn, slot,
481 TREE_SIDE_EFFECTS (rval) = 1;
482 AGGR_INIT_VIA_CTOR_P (rval) = is_ctor;
483 TREE_NOTHROW (rval) = TREE_NOTHROW (init);
484 CALL_EXPR_LIST_INIT_P (rval) = CALL_EXPR_LIST_INIT_P (init);
487 rval = init;
489 return rval;
503 tree rval local
956 cp_build_reference_type(tree to_type, bool rval) argument
[all...]
H A Dconstexpr.c4127 enum { any = false, rval = true }; enumerator in enum:__anon53
4232 else if (!RECUR (x, rval))
4250 if (RECUR (fun, rval))
4261 bool rv = processing_template_decl ? any : rval;
4277 return RECUR (TREE_OPERAND (t, 0), rval);
4368 return RECUR (x, rval);
4388 if (!RECUR (TREE_OPERAND (t, 1), rval))
4395 if (!RECUR (TREE_OPERAND (t, 0), rval))
4397 if (!RECUR (TREE_OPERAND (t, 2), rval))
4402 if (!RECUR (IF_COND (t), rval))
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c284 int rval; local
290 rval = one_utf8_to_cppchar (inbufp, inbytesleftp, &s);
291 if (rval)
292 return rval;
310 int rval; local
326 rval = one_cppchar_to_utf8 (s, outbufp, outbytesleftp);
327 if (rval)
328 return rval;
339 int rval; local
345 rval
404 int rval; local
461 int rval; local
1099 int rval; local
1658 int rval; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr20601-1.c46 int rval; 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/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c1920 unw_word rval;
1925 rval = r->val;
1929 if (rval >= 32)
1930 addr = ia64_rse_skip_regs ((unw_word *) context->bsp, rval - 32);
1931 else if (rval >= 2)
1932 addr = context->ireg[rval - 2].loc;
1933 else if (rval == 0)
1943 if (rval >= 2 && rval < 32)
1944 addr = context->fr_loc[rval
1912 unw_word rval; local
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-ops.c670 apply_range (unsigned long rval, struct itbl_range r) argument
686 aval = (rval << r.ebit) & mask;
697 unsigned long rval; local
706 rval = (aval & mask) >> r.ebit;
707 return rval;
/haiku-buildtools/binutils/gas/
H A Ditbl-ops.c667 apply_range (unsigned long rval, struct itbl_range r) argument
683 aval = (rval << r.ebit) & mask;
694 unsigned long rval; local
703 rval = (aval & mask) >> r.ebit;
704 return rval;
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-ccp.c1205 tree rtype, const widest_int &rval, const widest_int &rmask)
1211 *val = ~rval;
1217 /* Return ~rval + 1. */
1218 bit_value_unop_1 (BIT_NOT_EXPR, type, &temv, &temm, type, rval, rmask);
1231 *val = wi::ext (rval, TYPE_PRECISION (rtype), sgn);
1493 ccp_prop_value_t rval = get_value_for_expr (rhs, true); local
1497 if (rval.lattice_val == UNDEFINED)
1498 return rval;
1500 gcc_assert ((rval.lattice_val == CONSTANT
1501 && TREE_CODE (rval
1203 bit_value_unop_1(enum tree_code code, tree type, widest_int *val, widest_int *mask, tree rtype, const widest_int &rval, const widest_int &rmask) argument
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-msp430.c937 int rval = 0; local
951 rval = 3;
956 rval = 3;
961 rval = 3;
966 rval = 3;
971 rval = 2;
976 rval = 2;
982 __tl = h + 1 + rval;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function_objects/mem_fn/
H A D55463.cc89 int&& rval __attribute__((unused)) = std::mem_fn( &X::data )( X() ); local

Completed in 507 milliseconds

123