HomeSort by: relevance | last modified time | path
    Searched defs:need_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 4599 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp));
4612 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type)
4627 == need_type))
4628 return fold_build1 (INDIRECT_REF, need_type, elt);
4585 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); local
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 4559 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp));
4572 if (TYPE_MAIN_VARIANT (TREE_TYPE (elt)) == need_type)
4587 == need_type))
4588 return fold_build1 (INDIRECT_REF, need_type, elt);
4545 tree need_type = TYPE_MAIN_VARIANT (TREE_TYPE (exp)); local

Completed in 28 milliseconds