Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree.c2462 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); in substitute_placeholder_in_expr() local
2474 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type) in substitute_placeholder_in_expr()
2488 == need_type)) in substitute_placeholder_in_expr()
2489 return fold_build1 (INDIRECT_REF, need_type, elt); in substitute_placeholder_in_expr()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dexpr.c6467 tree need_type = TYPE_MAIN_VARIANT (type); local
6482 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type)
6501 == need_type))
6505 return build1 (INDIRECT_REF, need_type, elt);