Searched refs:RETURN_EXPR (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c142 RETURN_EXPR, enumerator in enum:tree_code
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.def764 DEFTREECODE (RETURN_EXPR, "return_expr", 's', 1)
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit.c117 with the former returning RETURN_EXPR, and
131 #define RETURN_VAL_IF_FAIL(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_MSG) \
136 return (RETURN_EXPR); \
140 #define RETURN_VAL_IF_FAIL_PRINTF1(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0) \
146 return (RETURN_EXPR); \
150 #define RETURN_VAL_IF_FAIL_PRINTF2(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1) \
156 return (RETURN_EXPR); \
160 #define RETURN_VAL_IF_FAIL_PRINTF3(TEST_EXPR, RETURN_EXPR, CTXT, LOC, ERR_FMT, A0, A1, A2) \
166 return (RETURN_EXPR); \
170 #define RETURN_VAL_IF_FAIL_PRINTF4(TEST_EXPR, RETURN_EXPR, CTX
[all...]
H A Djit-playback.c1660 tree return_stmt = build1 (RETURN_EXPR, return_type,
/haiku-buildtools/gcc/gcc/cp/
H A Doptimize.c166 add_stmt (build_stmt (0, RETURN_EXPR, val));
425 modify = build1 (RETURN_EXPR, void_type_node, modify);
H A Dcp-gimplify.c760 case RETURN_EXPR:
973 else if (TREE_CODE (stmt) == RETURN_EXPR
976 /* Don't dereference an invisiref RESULT_DECL inside a RETURN_EXPR. */
1331 case RETURN_EXPR:
H A Dcp-array-notation.c1084 (of type RETURN_EXPR) and returns a STATEMENT_LIST that contains a loop
1093 if (TREE_CODE (expr) != RETURN_EXPR)
1237 case RETURN_EXPR:
H A Dconstexpr.c645 case RETURN_EXPR:
3006 && TREE_CODE (*jump_target) == RETURN_EXPR;
3427 case RETURN_EXPR:
4577 case RETURN_EXPR:
H A Dsemantics.c915 r = build_stmt (input_location, RETURN_EXPR, expr);
4161 else if (TREE_CODE (*tp) == RETURN_EXPR)
/haiku-buildtools/gcc/gcc/java/
H A Dlang.c854 case RETURN_EXPR:
H A Dexpr.c1285 java_add_stmt (build1 (RETURN_EXPR, void_type_node, NULL));
1302 java_add_stmt (build1 (RETURN_EXPR, void_type_node, retval));
2802 build1 (RETURN_EXPR, void_type_node, res_var));
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dcheck-init.c579 case RETURN_EXPR:
H A Djcf-write.c1756 case RETURN_EXPR:
H A Dparse.c6208 method_body = build1 (RETURN_EXPR, void_type_node, NULL);
10834 case RETURN_EXPR:
13279 tree node = build1 (RETURN_EXPR, NULL_TREE, op);
H A Dparse.y3551 method_body = build1 (RETURN_EXPR, void_type_node, NULL);
8177 case RETURN_EXPR:
10622 tree node = build1 (RETURN_EXPR, NULL_TREE, op);
/haiku-buildtools/gcc/gcc/
H A Dtree-dump.c686 case RETURN_EXPR:
H A Dstor-layout.c293 DECL_SAVED_TREE (fndecl) = build1 (RETURN_EXPR, void_type_node, t);
H A Dgimplify.c1223 /* Gimplify a RETURN_EXPR. If the expression to be returned is not a
4460 case RETURN_EXPR:
8375 case RETURN_EXPR:
H A Dtree-pretty-print.c2322 case RETURN_EXPR:
/haiku-buildtools/gcc/gcc/c-family/
H A Dcilk.c1198 case RETURN_EXPR:
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc1996 ret = fold_build1_loc(location.gcc_location(), RETURN_EXPR, void_type_node,
2006 ret = fold_build1_loc(location.gcc_location(), RETURN_EXPR,
2046 tree ret_expr = fold_build1_loc(location.gcc_location(), RETURN_EXPR,
/haiku-buildtools/gcc/gcc/c/
H A Dc-array-notation.c1214 /* Expands the built-in functions in a return. EXPR is a RETURN_EXPR with
1297 case RETURN_EXPR:
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-decl.c2634 tmp = build1_v (RETURN_EXPR, tmp);
2642 tmp = build1_v (RETURN_EXPR, tmp);
5699 tmp = build1_v (RETURN_EXPR, tmp);
5775 return build1_v (RETURN_EXPR, result);
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c3107 RETURN_EXPR [<retval> = ...]
3109 RETURN_EXPR [<retval> = R1]
3113 RETURN_EXPR [<retval> = ...]
3115 RETURN_EXPR [<retval> = Ri]
3229 else if (TREE_CODE (t) == RETURN_EXPR
3318 else if (TREE_CODE (t) == RETURN_EXPR
3517 /* Build a RETURN_EXPR. If RET_VAL is non-null, build a RETURN_EXPR around
3518 the assignment of RET_VAL to RET_OBJ. Otherwise build a bare RETURN_EXPR
3530 RETURN_EXPR
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcp-tree.h2090 #define RETURN_EXPR(NODE) TREE_OPERAND (NODE, 0)
2083 #define RETURN_EXPR macro

Completed in 447 milliseconds

12