Searched refs:ret_type (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-tailcall.c551 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
562 stmt = build (MODIFY_EXPR, ret_type, NULL_TREE,
563 build (MULT_EXPR, ret_type, m_acc, a));
565 tmp = create_tmp_var (ret_type, "acc_tmp");
576 stmt = build (MODIFY_EXPR, ret_type, NULL_TREE,
577 build (PLUS_EXPR, ret_type, a_acc, var));
586 stmt = build (MODIFY_EXPR, ret_type, NULL_TREE,
587 build (MULT_EXPR, ret_type, m_acc, m));
620 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
641 stmt = build (MODIFY_EXPR, ret_type, NULL_TRE
873 tree stmt, param, ret_type, tmp, phi; local
[all...]
H A Dtree-optimize.c468 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl));
470 if (ret_type && TYPE_SIZE_UNIT (ret_type)
471 && TREE_CODE (TYPE_SIZE_UNIT (ret_type)) == INTEGER_CST
472 && 0 < compare_tree_int (TYPE_SIZE_UNIT (ret_type),
476 = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (ret_type));
478 if (compare_tree_int (TYPE_SIZE_UNIT (ret_type), size_as_int) == 0)
467 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl)); local
H A Dtarghooks.c442 default_function_value (tree ret_type ATTRIBUTE_UNUSED,
453 return FUNCTION_OUTGOING_VALUE (ret_type, fn_decl_or_type);
457 return FUNCTION_VALUE (ret_type, fn_decl_or_type);
H A Dtarget.h619 rtx (*function_value) (tree ret_type, tree fn_decl_or_type,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-optimize.c431 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl));
433 if (ret_type && TYPE_SIZE_UNIT (ret_type)
434 && TREE_CODE (TYPE_SIZE_UNIT (ret_type)) == INTEGER_CST
435 && 0 < compare_tree_int (TYPE_SIZE_UNIT (ret_type),
439 = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (ret_type));
441 if (compare_tree_int (TYPE_SIZE_UNIT (ret_type), size_as_int) == 0)
430 tree ret_type = TREE_TYPE (TREE_TYPE (fndecl)); local
H A Dtree-tailcall.c588 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
589 tree tmp = create_tmp_var (ret_type, label);
593 if (TREE_CODE (ret_type) == COMPLEX_TYPE
594 || TREE_CODE (ret_type) == VECTOR_TYPE)
921 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local
922 tree tmp = create_tmp_var (ret_type, label);
925 if (TREE_CODE (ret_type) == COMPLEX_TYPE
926 || TREE_CODE (ret_type) == VECTOR_TYPE)
931 add_phi_arg (phi, fold_convert (ret_type, init), single_pred_edge (bb),
H A Dtarghooks.c599 default_function_value (const_tree ret_type ATTRIBUTE_UNUSED,
610 return FUNCTION_OUTGOING_VALUE (ret_type, fn_decl_or_type);
614 return FUNCTION_VALUE (ret_type, fn_decl_or_type);
H A Dtarget.h966 rtx (*function_value) (const_tree ret_type, const_tree fn_decl_or_type,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/treelang/
H A Dtreetree.h44 unsigned int ret_type,
H A Dtreetree.c318 unsigned int ret_type,
346 type_node = tree_code_get_type (ret_type);
316 tree_code_create_function_prototype(unsigned char* chars, unsigned int storage_class, unsigned int ret_type, struct prod_token_parm_item* parms, location_t loc) argument
/netbsd-6-1-5-RELEASE/tests/lib/libcurses/director/
H A Dtestlang_parse.y632 assign_rets(returns_enum_t ret_type, void *ret)
638 cur.return_type = ret_type;
639 if (ret_type != ret_var) {
640 if ((ret_type == ret_number) || (ret_type == ret_string)) {
648 } else if (ret_type == ret_byte) {
657 } else if (ret_type == ret_ref) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c6047 build_method_decl (enum tree_code code, tree ret_type, tree selector,
6053 ret_type = adjust_type_for_id_default (ret_type);
6056 TREE_TYPE (method_decl) = ret_type;
6612 tree ret_type
6619 (ret_type,
6637 && (TREE_CODE (ret_type) == RECORD_TYPE
6638 || TREE_CODE (ret_type) == UNION_TYPE)
6639 && targetm.calls.return_in_memory (ret_type, 0))
8705 tree ret_type, meth_typ
6038 build_method_decl(enum tree_code code, tree ret_type, tree selector, tree add_args, bool ellipsis) argument
6601 tree ret_type local
8685 tree ret_type, meth_type; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Ddecl2.c543 tree ret_type = TREE_TYPE (TREE_TYPE (method));
545 if (!acceptable_java_type (ret_type))
548 method, ret_type);
542 tree ret_type = TREE_TYPE (TREE_TYPE (method)); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c5949 build_method_decl (enum tree_code code, tree ret_type, tree selector,
5955 ret_type = adjust_type_for_id_default (ret_type);
5958 TREE_TYPE (method_decl) = ret_type;
6497 tree ret_type
6504 (ret_type,
6522 && (TREE_CODE (ret_type) == RECORD_TYPE
6523 || TREE_CODE (ret_type) == UNION_TYPE)
6524 && targetm.calls.return_in_memory (ret_type, 0))
8580 tree ret_type, meth_typ
5940 build_method_decl(enum tree_code code, tree ret_type, tree selector, tree add_args, bool ellipsis) argument
6486 tree ret_type local
8560 tree ret_type, meth_type; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.c2302 tree args, ret_type, arg;
2305 ret_type = void_type_node;
2321 ret_type = arg;
2326 build_function_type (ret_type, args),
2293 tree args, ret_type, arg; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/stormy16/
H A Dstormy16.c2309 tree args, ret_type, arg;
2312 ret_type = void_type_node;
2328 ret_type = arg;
2333 build_function_type (ret_type, args),
2300 tree args, ret_type, arg; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mt/
H A Dmt.c500 tree ret_type = TREE_TYPE (fntype);
502 tree_code_name[ (int)TREE_CODE (ret_type) ]);
499 tree ret_type = TREE_TYPE (fntype); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.c555 tree ret_type = TREE_TYPE (TREE_TYPE (method));
557 if (!acceptable_java_type (ret_type))
560 method, ret_type);
554 tree ret_type = TREE_TYPE (TREE_TYPE (method)); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rx/
H A Drx.c903 rx_function_value (const_tree ret_type,
907 enum machine_mode mode = TYPE_MODE (ret_type);
899 rx_function_value(const_tree ret_type, const_tree fn_decl_or_type ATTRIBUTE_UNUSED, bool outgoing ATTRIBUTE_UNUSED) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c1399 tree ret_type;
1436 ret_type = TREE_TYPE (fntype);
1438 if (ret_type && aggregate_value_p (ret_type, fntype))
1390 tree ret_type; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c1372 tree ret_type;
1409 ret_type = TREE_TYPE (fntype);
1411 if (ret_type && aggregate_value_p (ret_type, fntype))
1364 tree ret_type; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000-c.c165 signed char ret_type;
2443 tree ret_type = rs6000_builtin_type (desc->ret_type);
2477 return fold_convert (ret_type,
164 signed char ret_type; member in struct:altivec_builtin_types
2441 tree ret_type = rs6000_builtin_type (desc->ret_type); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c1098 tree ret_type = TREE_TYPE (fntype);
1102 tree_code_name[(int)TREE_CODE (ret_type)]);
1086 tree ret_type = TREE_TYPE (fntype); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c1102 tree ret_type = TREE_TYPE (fntype);
1106 tree_code_name[(int)TREE_CODE (ret_type)]);
1090 tree ret_type = TREE_TYPE (fntype); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.c426 signed char ret_type;
3350 tree ret_type = rs6000_builtin_type (desc->ret_type);
3403 return fold_convert (ret_type, call);
425 signed char ret_type; member in struct:altivec_builtin_types
3348 tree ret_type = rs6000_builtin_type (desc->ret_type); local

Completed in 502 milliseconds

12