Searched refs:in_otype (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c3539 tree in_otype = otype;
3549 in_otype = TREE_TYPE (in_otype);
3556 if (TREE_CODE (in_otype) == FUNCTION_TYPE
3558 added |= (TYPE_QUALS (in_type) & ~TYPE_QUALS (in_otype));
3560 discarded |= (TYPE_QUALS (in_otype) & ~TYPE_QUALS (in_type));
3563 && TREE_CODE (in_otype) == POINTER_TYPE);
3520 tree in_otype = otype; local

Completed in 85 milliseconds