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

  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-spec.cc 181 copy_warning (location_t to, location_t from) function
warning-control.cc 190 void copy_warning (ToType to, FromType from) function
227 copy_warning (tree to, const_tree from) function
229 copy_warning<tree, const_tree>(to, from);
235 copy_warning (tree to, const gimple *from) function
237 copy_warning<tree, const gimple *>(to, from);
243 copy_warning (gimple *to, const_tree from) function
245 copy_warning<gimple *, const_tree>(to, from);
251 copy_warning (gimple *to, const gimple *from) function
253 copy_warning<gimple *, const gimple *>(to, from);
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-spec.cc 185 copy_warning (location_t to, location_t from) function
warning-control.cc 190 void copy_warning (ToType to, FromType from) function
227 copy_warning (tree to, const_tree from) function
231 copy_warning<tree, const_tree>(to, from);
237 copy_warning (tree to, const gimple *from) function
239 copy_warning<tree, const gimple *>(to, from);
245 copy_warning (gimple *to, const_tree from) function
247 copy_warning<gimple *, const_tree>(to, from);
253 copy_warning (gimple *to, const gimple *from) function
257 copy_warning<gimple *, const gimple *>(to, from);

Completed in 29 milliseconds