Searched refs:typex (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | convert.c | 631 tree typex = type; in convert_to_integer() local 635 if (TREE_CODE (typex) == ENUMERAL_TYPE) in convert_to_integer() 636 typex = lang_hooks.types.type_for_size in convert_to_integer() 637 (TYPE_PRECISION (typex), TYPE_UNSIGNED (typex)); in convert_to_integer() 642 if (TYPE_PRECISION (typex) != inprec) in convert_to_integer() 672 typex = lang_hooks.types.unsigned_type (typex); in convert_to_integer() 674 typex = lang_hooks.types.signed_type (typex); in convert_to_integer() 676 fold_build2 (ex_form, typex, in convert_to_integer() 677 convert (typex, arg0), in convert_to_integer() 678 convert (typex, arg1))); in convert_to_integer() [all …]
|
| D | alias.c | 1895 tree fieldx, fieldy, typex, typey, orig_y; in nonoverlapping_component_refs_p() local 1905 typex = TYPE_MAIN_VARIANT (DECL_FIELD_CONTEXT (fieldx)); in nonoverlapping_component_refs_p() 1913 if (typex == typey) in nonoverlapping_component_refs_p() 1929 if (TREE_CODE (typex) == RECORD_TYPE in nonoverlapping_component_refs_p()
|