Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c484 tree mv1 = TREE_VALUE (p1); in composite_type() local
485 if (mv1 && mv1 != error_mark_node in composite_type()
486 && TREE_CODE (mv1) != ARRAY_TYPE) in composite_type()
487 mv1 = TYPE_MAIN_VARIANT (mv1); in composite_type()
495 if (comptypes (mv3, mv1)) in composite_type()
531 tree pointed_to_1, mv1; in common_pointer_type() local
554 mv1 = pointed_to_1 = TREE_TYPE (t1); in common_pointer_type()
556 if (TREE_CODE (mv1) != ARRAY_TYPE) in common_pointer_type()
557 mv1 = TYPE_MAIN_VARIANT (pointed_to_1); in common_pointer_type()
560 target = composite_type (mv1, mv2); in common_pointer_type()
[all …]