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

  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.h 1111 class ipcp_transformation_t class in inherits:function_summary
1115 ipcp_transformation_t (symbol_table *table, bool ggc): function in class:ipcp_transformation_t
1118 ~ipcp_transformation_t () {}
1120 static ipcp_transformation_t *create_ggc (symbol_table *symtab)
1122 ipcp_transformation_t *summary
1123 = new (ggc_alloc_no_dtor <ipcp_transformation_t> ())
1124 ipcp_transformation_t (symtab, true);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.h 1073 class ipcp_transformation_t class in inherits:function_summary
1077 ipcp_transformation_t (symbol_table *table, bool ggc): function in class:ipcp_transformation_t
1080 ~ipcp_transformation_t () {}
1082 static ipcp_transformation_t *create_ggc (symbol_table *symtab)
1084 ipcp_transformation_t *summary
1085 = new (ggc_alloc_no_dtor <ipcp_transformation_t> ())
1086 ipcp_transformation_t (symtab, true);

Completed in 23 milliseconds