Searched refs:bitfield_type (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | tree.cc | 951 tree bitfield_type; in convert_bitfield_to_declared_type() local 953 bitfield_type = is_bitfield_expr_with_lowered_type (expr); in convert_bitfield_to_declared_type() 954 if (bitfield_type) in convert_bitfield_to_declared_type() 955 expr = convert_to_integer_nofold (TYPE_MAIN_VARIANT (bitfield_type), in convert_bitfield_to_declared_type()
|
H A D | call.cc | 1259 tree bitfield_type; in standard_conversion() local 1260 bitfield_type = is_bitfield_expr_with_lowered_type (expr); in standard_conversion() 1261 if (bitfield_type) in standard_conversion() 1263 from = strip_top_quals (bitfield_type); in standard_conversion() 8758 tree bitfield_type; in convert_for_arg_passing() local 8774 bitfield_type = is_bitfield_expr_with_lowered_type (val); in convert_for_arg_passing() 8775 if (bitfield_type in convert_for_arg_passing() 8777 val = convert_to_integer_nofold (TYPE_MAIN_VARIANT (bitfield_type), val); in convert_for_arg_passing()
|
H A D | typeck.cc | 2500 tree bitfield_type = is_bitfield_expr_with_lowered_type (expr); in cp_perform_integral_promotions() local 2501 if (bitfield_type in cp_perform_integral_promotions() 2502 && (TREE_CODE (bitfield_type) == ENUMERAL_TYPE in cp_perform_integral_promotions() 2504 type = bitfield_type; in cp_perform_integral_promotions() 2513 else if (bitfield_type && bitfield_type != type) in cp_perform_integral_promotions()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | tree.c | 906 tree bitfield_type; in convert_bitfield_to_declared_type() local 908 bitfield_type = is_bitfield_expr_with_lowered_type (expr); in convert_bitfield_to_declared_type() 909 if (bitfield_type) in convert_bitfield_to_declared_type() 910 expr = convert_to_integer_nofold (TYPE_MAIN_VARIANT (bitfield_type), in convert_bitfield_to_declared_type()
|
H A D | call.c | 1249 tree bitfield_type; in standard_conversion() local 1250 bitfield_type = is_bitfield_expr_with_lowered_type (expr); in standard_conversion() 1251 if (bitfield_type) in standard_conversion() 1253 from = strip_top_quals (bitfield_type); in standard_conversion() 8214 tree bitfield_type; in convert_for_arg_passing() local 8230 bitfield_type = is_bitfield_expr_with_lowered_type (val); in convert_for_arg_passing() 8231 if (bitfield_type in convert_for_arg_passing() 8233 val = convert_to_integer_nofold (TYPE_MAIN_VARIANT (bitfield_type), val); in convert_for_arg_passing()
|
H A D | typeck.c | 2311 tree bitfield_type = is_bitfield_expr_with_lowered_type (expr); in cp_perform_integral_promotions() local 2312 if (bitfield_type in cp_perform_integral_promotions() 2313 && (TREE_CODE (bitfield_type) == ENUMERAL_TYPE in cp_perform_integral_promotions() 2315 type = bitfield_type; in cp_perform_integral_promotions() 2324 else if (bitfield_type && bitfield_type != type) in cp_perform_integral_promotions()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 4239 tree bitfield_type in output_merged_store() local 4242 tem = gimple_convert (&seq, loc, bitfield_type, tem); in output_merged_store()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-store-merging.cc | 4601 tree bitfield_type in output_merged_store() local 4604 tem = gimple_convert (&seq, loc, bitfield_type, tem); in output_merged_store()
|