Home
last modified time | relevance | path

Searched refs:orig_type (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectDynamicValue.cpp142 ClangASTType orig_type = type_andor_name.GetClangASTType(); in FixupTypeAndOrName() local
143 ClangASTType corrected_type = orig_type; in FixupTypeAndOrName()
145 corrected_type = orig_type.GetPointerType (); in FixupTypeAndOrName()
147 corrected_type = orig_type.GetLValueReferenceType (); in FixupTypeAndOrName()
/trueos/contrib/gcc/
HDtree-ssa-ccp.c1540 maybe_fold_offset_to_array_ref (tree base, tree offset, tree orig_type) in maybe_fold_offset_to_array_ref() argument
1568 if (!lang_hooks.types_compatible_p (orig_type, elt_type)) in maybe_fold_offset_to_array_ref()
1624 return build4 (ARRAY_REF, orig_type, base, idx, NULL_TREE, NULL_TREE); in maybe_fold_offset_to_array_ref()
1635 tree orig_type, bool base_is_ptr) in maybe_fold_offset_to_component_ref() argument
1645 if (lang_hooks.types_compatible_p (record_type, orig_type)) in maybe_fold_offset_to_component_ref()
1681 && lang_hooks.types_compatible_p (orig_type, field_type)) in maybe_fold_offset_to_component_ref()
1727 t = maybe_fold_offset_to_array_ref (base, offset, orig_type); in maybe_fold_offset_to_component_ref()
1731 orig_type, false); in maybe_fold_offset_to_component_ref()
HDdbxout.c1808 tree orig_type = DECL_ORIGINAL_TYPE (TYPE_NAME (type)); in dbxout_type() local
1810 if ((TREE_CODE (orig_type) == RECORD_TYPE in dbxout_type()
1811 || TREE_CODE (orig_type) == UNION_TYPE in dbxout_type()
1812 || TREE_CODE (orig_type) == QUAL_UNION_TYPE in dbxout_type()
1813 || TREE_CODE (orig_type) == ENUMERAL_TYPE) in dbxout_type()
1814 && TYPE_STUB_DECL (orig_type) in dbxout_type()
1815 && ! DECL_IGNORED_P (TYPE_STUB_DECL (orig_type))) in dbxout_type()
1816 debug_queue_symbol (TYPE_STUB_DECL (orig_type)); in dbxout_type()
HDtree-ssa-loop-ivopts.c1793 tree type, orig_type = TREE_TYPE (expr); in strip_offset_1() local
1811 return build_int_cst (orig_type, 0); in strip_offset_1()
1838 return fold_convert (orig_type, expr); in strip_offset_1()
1889 return fold_convert (orig_type, expr); in strip_offset_1()
1917 expr = fold_convert (orig_type, expr); in strip_offset_1()
1982 tree type, orig_type; in add_candidate_1() local
1986 orig_type = TREE_TYPE (base); in add_candidate_1()
1987 type = generic_type_for (orig_type); in add_candidate_1()
1988 if (type != orig_type) in add_candidate_1()
HDc-typeck.c7509 tree orig_type; member
7546 tree orig_type = error_mark_node; in c_start_case() local
7551 orig_type = TREE_TYPE (exp); in c_start_case()
7553 if (!INTEGRAL_TYPE_P (orig_type)) in c_start_case()
7555 if (orig_type != error_mark_node) in c_start_case()
7558 orig_type = error_mark_node; in c_start_case()
7564 tree type = TYPE_MAIN_VARIANT (orig_type); in c_start_case()
7578 cs->switch_expr = build3 (SWITCH_EXPR, orig_type, exp, NULL_TREE, NULL_TREE); in c_start_case()
7579 cs->orig_type = orig_type; in c_start_case()
7601 c_switch_stack->orig_type, in do_case()
HDc-common.c1630 check_case_bounds (tree type, tree orig_type, in check_case_bounds() argument
1638 if (orig_type == error_mark_node) in check_case_bounds()
1641 min_value = TYPE_MIN_VALUE (orig_type); in check_case_bounds()
1642 max_value = TYPE_MAX_VALUE (orig_type); in check_case_bounds()
3731 c_add_case_label (splay_tree cases, tree cond, tree orig_type, in c_add_case_label() argument
3791 && !check_case_bounds (type, orig_type, in c_add_case_label()
HDmips-tfile.c1116 coff_type_t orig_type; /* original COFF-based type */ member
3020 t.orig_type = (coff_type_t) (arg_number & N_BTMASK); in parse_def()
3021 t.basic_type = map_coff_types [(int) t.orig_type]; in parse_def()
3242 inside_enumeration = (t.orig_type == T_ENUM); in parse_def()
HDstmt.c2330 tree orig_type = TREE_TYPE (exp); in expand_case() local
2524 = (TREE_CODE (orig_type) != ENUMERAL_TYPE in expand_case()
HDChangeLog-199917041 * fold-const.c (make_range): If orig_type is unset, set it as soon
17042 as we know the type. Remove now unnecessary set of orig_type for
HDChangeLog-20042045 * c-typeck.c (c_start_case): Set orig_type to error_mark_node
22559 (c_add_case_label): Use it. Take new argument orig_type.
22560 * c-typeck.c (struct c_switch): New orig_type field.
28108 Remove orig_type. Replace with checks to exp_type and arg0_type.
HDChangeLog-20062796 * c-typeck.c (c_start_case): Handle invalid orig_type correctly.
HDChangeLog-200232658 (expand_end_case_type): Renamed from expand_end_case, use orig_type
/trueos/sys/geom/raid/
HDmd_nvidia.c94 uint32_t orig_type; member
189 printf("orig_type 0x%04x\n", meta->orig_type); in g_raid_md_nvidia_print()
1455 meta->orig_type = meta->type; in g_raid_md_write_nvidia()
/trueos/contrib/gcc/cp/
HDsemantics.c944 tree orig_type = NULL; in finish_switch_cond() local
956 orig_type = TREE_TYPE (cond); in finish_switch_cond()
979 SWITCH_STMT_TYPE (switch_stmt) = orig_type; in finish_switch_cond()
/trueos/contrib/binutils/gas/
HDecoff.c1061 int orig_type; /* original COFF-based type */ member
2688 coff_type.orig_type = BTYPE (val); in ecoff_directive_type()
2689 coff_type.basic_type = map_coff_types[coff_type.orig_type]; in ecoff_directive_type()
2924 coff_inside_enumeration = (coff_type.orig_type == T_ENUM); in ecoff_directive_endef()
/trueos/contrib/gdb/gdb/
HDgdbtypes.c1377 struct type *orig_type = type; in check_typedef() local
1483 TYPE_LENGTH (orig_type) = TYPE_LENGTH (type); in check_typedef()