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

  /src/external/gpl3/gcc/dist/gcc/
ipa-strub.cc 1599 tree new_ptr_type = NULL_TREE;
1614 if (!new_ptr_type)
1615 new_ptr_type = build_pointer_type (new_type);
1616 TREE_TYPE (fnaddr) = new_ptr_type;
1597 tree new_ptr_type = NULL_TREE; local

Completed in 29 milliseconds