Home
last modified time | relevance | path

Searched refs:maybe_template (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc2923 bool read_function_def (tree decl, tree maybe_template);
2924 bool read_var_def (tree decl, tree maybe_template);
2925 bool read_class_def (tree decl, tree maybe_template);
2926 bool read_enum_def (tree decl, tree maybe_template);
11419 trees_in::read_function_def (tree decl, tree maybe_template) in read_function_def() argument
11428 tree maybe_dup = odr_duplicate (maybe_template, DECL_SAVED_TREE (decl)); in read_function_def()
11481 post_process (maybe_template); in read_function_def()
11522 trees_in::read_var_def (tree decl, tree maybe_template) in read_var_def() argument
11536 tree maybe_dup = odr_duplicate (maybe_template, initialized); in read_var_def()
11772 trees_in::read_class_def (tree defn, tree maybe_template) in read_class_def() argument
[all …]