Searched refs:orig_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddbxout.c1815 tree orig_type = DECL_ORIGINAL_TYPE (TYPE_NAME (type));
1817 if ((TREE_CODE (orig_type) == RECORD_TYPE
1818 || TREE_CODE (orig_type) == UNION_TYPE
1819 || TREE_CODE (orig_type) == QUAL_UNION_TYPE
1820 || TREE_CODE (orig_type) == ENUMERAL_TYPE)
1821 && TYPE_STUB_DECL (orig_type)
1822 && ! DECL_IGNORED_P (TYPE_STUB_DECL (orig_type)))
1823 debug_queue_symbol (TYPE_STUB_DECL (orig_type));
1808 tree orig_type = DECL_ORIGINAL_TYPE (TYPE_NAME (type)); local
H A Dtree-ssa-ccp.c1540 maybe_fold_offset_to_array_ref (tree base, tree offset, tree orig_type) argument
1568 if (!lang_hooks.types_compatible_p (orig_type, elt_type))
1624 return build4 (ARRAY_REF, orig_type, base, idx, NULL_TREE, NULL_TREE);
1635 tree orig_type, bool base_is_ptr)
1645 if (lang_hooks.types_compatible_p (record_type, orig_type))
1681 && lang_hooks.types_compatible_p (orig_type, field_type))
1727 t = maybe_fold_offset_to_array_ref (base, offset, orig_type);
1731 orig_type, false);
1634 maybe_fold_offset_to_component_ref(tree record_type, tree base, tree offset, tree orig_type, bool base_is_ptr) argument
H A Dtree-ssa-loop-ivopts.c1793 tree type, orig_type = TREE_TYPE (expr); local
1811 return build_int_cst (orig_type, 0);
1838 return fold_convert (orig_type, expr);
1889 return fold_convert (orig_type, expr);
1917 expr = fold_convert (orig_type, expr);
1982 tree type, orig_type; local
1986 orig_type = TREE_TYPE (base);
1987 type = generic_type_for (orig_type);
1988 if (type != orig_type)
H A Dc-typeck.c7089 tree orig_type;
7126 tree orig_type = error_mark_node;
7131 orig_type = TREE_TYPE (exp);
7133 if (!INTEGRAL_TYPE_P (orig_type))
7135 if (orig_type != error_mark_node)
7138 orig_type = error_mark_node;
7144 tree type = TYPE_MAIN_VARIANT (orig_type);
7158 cs->switch_expr = build3 (SWITCH_EXPR, orig_type, exp, NULL_TREE, NULL_TREE);
7159 cs->orig_type = orig_type;
7054 tree orig_type; member in struct:c_switch
7091 tree orig_type = error_mark_node; local
[all...]
H A Dc-common.c1630 check_case_bounds (tree type, tree orig_type,
1638 if (orig_type == error_mark_node)
1641 min_value = TYPE_MIN_VALUE (orig_type);
1642 max_value = TYPE_MAX_VALUE (orig_type);
3741 c_add_case_label (splay_tree cases, tree cond, tree orig_type,
3801 && !check_case_bounds (type, orig_type,
1625 check_case_bounds(tree type, tree orig_type, tree *case_low_p, tree *case_high_p) argument
3726 c_add_case_label(splay_tree cases, tree cond, tree orig_type, tree low_value, tree high_value) argument
H A Dmips-tfile.c1123 coff_type_t orig_type; /* original COFF-based type */
3049 t.orig_type = (coff_type_t) (arg_number & N_BTMASK);
3050 t.basic_type = map_coff_types [(int) t.orig_type];
3271 inside_enumeration = (t.orig_type == T_ENUM);
1116 coff_type_t orig_type; /* original COFF-based type */ member in struct:type_info
H A Dstmt.c2345 tree orig_type = TREE_TYPE (exp);
2539 = (TREE_CODE (orig_type) != ENUMERAL_TYPE
2330 tree orig_type = TREE_TYPE (exp); local
/freebsd-9.3-release/sys/geom/raid/
H A Dmd_nvidia.c94 uint32_t orig_type; member in struct:nvidia_raid_conf
189 printf("orig_type 0x%04x\n", meta->orig_type);
1453 meta->orig_type = meta->type;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c944 tree orig_type = NULL; local
956 orig_type = TREE_TYPE (cond);
979 SWITCH_STMT_TYPE (switch_stmt) = orig_type;
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1063 int orig_type; /* original COFF-based type */
2707 coff_type.orig_type = BTYPE (val);
2708 coff_type.basic_type = map_coff_types[coff_type.orig_type];
2943 coff_inside_enumeration = (coff_type.orig_type == T_ENUM);
1061 int orig_type; /* original COFF-based type */ member in struct:type_info
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbtypes.c1377 struct type *orig_type = type; local
1483 TYPE_LENGTH (orig_type) = TYPE_LENGTH (type);

Completed in 241 milliseconds