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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 20520 rtl_for_decl_init (tree init, tree type)
20825 rtl = rtl_for_decl_init (DECL_INITIAL (decl), TREE_TYPE (decl));
21059 rtx rtl = rtl_for_decl_init (init, type);
21068 /* rtl_for_decl_init punts on other aggregates, and complex values. */
20506 rtl_for_decl_init (tree init, tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 20434 rtl_for_decl_init (tree init, tree type)
20728 rtl = rtl_for_decl_init (DECL_INITIAL (decl), TREE_TYPE (decl));
20962 rtx rtl = rtl_for_decl_init (init, type);
20971 /* rtl_for_decl_init punts on other aggregates, and complex values. */
20420 rtl_for_decl_init (tree init, tree type) function

Completed in 66 milliseconds