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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 5719 tree fntype, new_fndecl, bdecl = NULL_TREE;
5774 bdecl = mathfn_built_in (double_type_node, fn);
5779 bdecl = mathfn_built_in (float_type_node, fn);
5784 if (!bdecl)
5793 bname = IDENTIFIER_POINTER (DECL_NAME (bdecl));
5709 tree fntype, new_fndecl, bdecl = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 5663 tree fntype, new_fndecl, bdecl = NULL_TREE;
5718 bdecl = mathfn_built_in (double_type_node, fn);
5723 bdecl = mathfn_built_in (float_type_node, fn);
5728 if (!bdecl)
5737 bname = IDENTIFIER_POINTER (DECL_NAME (bdecl));
5653 tree fntype, new_fndecl, bdecl = NULL_TREE; local

Completed in 89 milliseconds