Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc4533 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); in substitute_placeholder_in_expr() local
4546 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type) in substitute_placeholder_in_expr()
4561 == need_type)) in substitute_placeholder_in_expr()
4562 return fold_build1 (INDIRECT_REF, need_type, elt); in substitute_placeholder_in_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c4298 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); in substitute_placeholder_in_expr() local
4311 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type) in substitute_placeholder_in_expr()
4326 == need_type)) in substitute_placeholder_in_expr()
4327 return fold_build1 (INDIRECT_REF, need_type, elt); in substitute_placeholder_in_expr()