HomeSort by relevance Sort by last modified time
    Searched full:copy_body_data (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-inline.h 39 typedef struct copy_body_data struct
68 tree (*copy_decl) (tree, struct copy_body_data *);
126 } copy_body_data; typedef in typeref:struct:copy_body_data
176 extern void insert_decl_map (copy_body_data *, tree, tree);
182 tree copy_decl_no_change (tree decl, copy_body_data *id);
189 extern tree remap_decl (tree decl, copy_body_data *id);
190 extern tree remap_type (tree type, copy_body_data *id);

Completed in 217 milliseconds