Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-typeck.c3679 tree in_otype = otype; in build_c_cast() local
3689 in_otype = TREE_TYPE (in_otype); in build_c_cast()
3696 if (TREE_CODE (in_otype) == FUNCTION_TYPE in build_c_cast()
3698 added |= (TYPE_QUALS (in_type) & ~TYPE_QUALS (in_otype)); in build_c_cast()
3700 discarded |= (TYPE_QUALS (in_otype) & ~TYPE_QUALS (in_type)); in build_c_cast()
3703 && TREE_CODE (in_otype) == POINTER_TYPE); in build_c_cast()