Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c315 tree pointed_to_2 = TREE_TYPE (t2); in composite_type() local
316 tree target = composite_type (pointed_to_1, pointed_to_2); in composite_type()
532 tree pointed_to_2, mv2; in common_pointer_type() local
555 mv2 = pointed_to_2 = TREE_TYPE (t2); in common_pointer_type()
559 mv2 = TYPE_MAIN_VARIANT (pointed_to_2); in common_pointer_type()
564 TYPE_QUALS (pointed_to_2))); in common_pointer_type()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-typeck.c325 tree pointed_to_2 = TREE_TYPE (t2); local
327 TYPE_MAIN_VARIANT (pointed_to_2));
331 TYPE_QUALS (pointed_to_2)));