| /src/external/apache2/llvm/dist/clang/utils/VtableTest/ |
| gen.cc | 157 int ret_type = 0; local 159 ret_type = random() % s + 1; 160 if (!base_present[s][ret_type] 161 || !base_present[ret_type][ret_types[s][fn]]) 165 ret_type = ret_types[s][fn]; 167 ret_type = s; 170 ret_types[s][fn] = ret_type; 172 if (ret_type) { 173 g(" virtual s"); g(ret_type); g("* fun"); 177 if (ret_type) 233 int ret_type = 0; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-tailcall.cc | 787 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local 788 tree result = make_temp_ssa_name (ret_type, NULL, label); 791 if (POINTER_TYPE_P (ret_type)) 807 tree rhs = fold_convert (ret_type, tem); 1083 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local 1084 if (POINTER_TYPE_P (ret_type)) 1085 ret_type = sizetype; 1087 tree tmp = make_temp_ssa_name (ret_type, NULL, label); 1168 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl)); local 1169 if (POINTER_TYPE_P (ret_type)) [all...] |
| cgraphunit.cc | 1851 tree ret_type = TREE_TYPE (TREE_TYPE (decl)); local 1853 if (ret_type && TYPE_SIZE_UNIT (ret_type) 1854 && TREE_CODE (TYPE_SIZE_UNIT (ret_type)) == INTEGER_CST 1855 && compare_tree_int (TYPE_SIZE_UNIT (ret_type), 1859 = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (ret_type)); 1861 if (compare_tree_int (TYPE_SIZE_UNIT (ret_type), size_as_int) == 0)
|
| ipa-param-manipulation.cc | 348 tree ret_type; local 350 ret_type = void_type_node; 352 ret_type = TREE_TYPE (orig_type); 355 = build_distinct_type_copy (build_function_type (ret_type,
|
| tree-vect-generic.cc | 327 bool parallel_p, tree ret_type = NULL_TREE) 343 else if (ret_type || !parallel_p) 350 if (!ret_type) 351 ret_type = type; 358 ret_type); 366 return build_vector_from_ctor (ret_type, v); 368 return build_constructor (ret_type, v); 504 tree ret_type = build_nonstandard_integer_type (prec, 1); local 508 t = build_zero_cst (ret_type); 524 t = gimplify_build3 (gsi, BIT_INSERT_EXPR, ret_type, t, result 1888 tree ret_type = TREE_TYPE (lhs); local [all...] |
| builtins.cc | 8253 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; 8258 ret_type = TREE_TYPE (TREE_TYPE (fn)); 8272 build_int_cst (ret_type, 0)); 8250 tree fn, arg_types, pred_type, expected_type, call_expr, ret_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 861 altivec_build_resolved_builtin (tree *args, int n, tree fntype, tree ret_type, 925 return fold_convert (ret_type, call); 1695 tree ret_type = TREE_TYPE (rs6000_instance_info_fntype[inst]); 1696 return altivec_build_resolved_builtin (args, 2, fntype, ret_type, 1991 tree ret_type = TREE_TYPE (fntype); 1994 ret_type, bifid, fcode); 1694 tree ret_type = TREE_TYPE (rs6000_instance_info_fntype[inst]); local 1990 tree ret_type = TREE_TYPE (fntype); local
|
| rs6000-call.cc | 628 tree ret_type = TREE_TYPE (fntype); local 630 get_tree_code_name (TREE_CODE (ret_type)));
|
| rs6000-gen-builtins.cc | 1722 typeinfo *ret_type = &protoptr->rettype; local 1728 int success = match_type (ret_type, VOID_OK); 1741 ret_type->isvoid, ret_type->isconst, ret_type->isvector, 1742 ret_type->issigned, ret_type->isunsigned, ret_type->isbool, 1743 ret_type->ispixel, ret_type->ispointer, ret_type->base [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-gnu-runtime-abi-01.cc | 684 tree ret_type local 689 = build_function_type_for_method (ret_type, method_prototype,
|
| objc-next-runtime-abi-01.cc | 833 tree ret_type local 837 tree ftype = build_function_type_for_method (ret_type, method_prototype, 861 && (TREE_CODE (ret_type) == RECORD_TYPE 862 || TREE_CODE (ret_type) == UNION_TYPE) 863 && targetm.calls.return_in_memory (ret_type, 0))
|
| objc-act.cc | 4972 build_method_decl (enum tree_code code, tree ret_type, tree selector, 4978 ret_type = adjust_type_for_id_default (ret_type); 4986 TREE_TYPE (method_decl) = ret_type; 8208 tree ret_type, selector, arg_type, arg_name; 8212 ret_type = build_tree_list (NULL_TREE, void_type_node); 8218 ret_type, selector, 8873 tree ret_type, meth_type; 8879 ret_type = TREE_VALUE (TREE_TYPE (method)); 8904 meth_type = build_function_type_for_method (ret_type, method, METHOD_DEF, 0) 8204 tree ret_type, selector, arg_type, arg_name; local 8869 tree ret_type, meth_type; local [all...] |
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| libelftc_dem_gnu3.c | 537 struct vector_str ret_type; local 594 if (!vector_str_init(&ret_type)) 596 ddata.cur_output = &ret_type; 619 if (!VEC_PUSH_STR(&ret_type, " ")) 622 &ret_type)) 625 vector_str_dest(&ret_type); 655 vector_str_dest(&ret_type);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| iq2000.cc | 1136 tree ret_type = TREE_TYPE (fntype); 1140 get_tree_code_name (TREE_CODE (ret_type))); 1124 tree ret_type = TREE_TYPE (fntype); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| tilegx.cc | 3496 tree ftype, ret_type, arg_type_list = void_list_node; 3506 ret_type = char_to_type (p->type[0]); 3508 ftype = build_function_type (ret_type, arg_type_list); 3489 tree ftype, ret_type, arg_type_list = void_list_node; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| tilepro.cc | 3059 tree ftype, ret_type, arg_type_list = void_list_node; 3069 ret_type = char_to_type (p->type[0]); 3071 ftype = build_function_type (ret_type, arg_type_list); 3052 tree ftype, ret_type, arg_type_list = void_list_node; local
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-common.cc | 1221 tree ret_type = build_vector_type (TREE_TYPE (TREE_TYPE (v0)), maskl); 1223 (TREE_INT_CST_LOW (TYPE_SIZE (TREE_TYPE (ret_type))), 1), 1229 v0 = build_constructor_single (ret_type, NULL_TREE, v0); 1236 v1 = build_constructor_single (ret_type, NULL_TREE, v1); 1240 ret = build3_loc (loc, VEC_PERM_EXPR, ret_type, v0, v1, 1245 tree lpartt = build_vector_type (TREE_TYPE (ret_type), mask.length ()); 1219 tree ret_type = build_vector_type (TREE_TYPE (TREE_TYPE (v0)), maskl); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| nios2.cc | 3488 nios2_function_value (const_tree ret_type, const_tree fn ATTRIBUTE_UNUSED, 3491 return gen_rtx_REG (TYPE_MODE (ret_type), FIRST_RETVAL_REGNO); 3628 tree builtin_ftype, ret_type, fndecl; 3650 ret_type = (op[lhs].type ? op[lhs].type : void_type_node); 3652 = build_function_type_list (ret_type, integer_type_node, 3620 tree builtin_ftype, ret_type, fndecl; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/frv/ |
| frv.cc | 3076 tree ret_type = TREE_TYPE (fntype); 3078 get_tree_code_name (TREE_CODE (ret_type))); 3050 tree ret_type = TREE_TYPE (fntype); local
|