Home
last modified time | relevance | path

Searched refs:common_pointer_type (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c532 common_pointer_type (tree t1, tree t2) in common_pointer_type() function
3448 result_type = common_pointer_type (type1, type2); in build_conditional_expr()
8522 result_type = common_pointer_type (type0, type1); in build_binary_op()
8612 result_type = common_pointer_type (type0, type1); in build_binary_op()
H A DChangeLog-200414883 common_pointer_type, common_type, same_translation_unit_p,
31100 * c-typeck.c (composite_type, common_pointer_type): New functions.
31102 common_pointer_type. Ensure that arithmetic operations return
31106 common_pointer_type.
H A DChangeLog-200533139 (common_pointer_type, comptypes, comp_target_types,