Searched refs:is_template (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Ddecl2.c585 bool is_template;
615 is_template = (template_parms != NULL_TREE);
651 if (is_template != (TREE_CODE (fndecl) == TEMPLATE_DECL))
657 && (!is_template
584 bool is_template; local
H A Dpt.c1060 bool is_template; local
1068 is_template = DECL_TEMPLATE_INFO (decl)
1070 if (need_template ^ is_template)
1072 else if (is_template)
1111 bool is_template; local
1116 is_template
1120 if (need_template ^ is_template)
1122 else if (is_template)
7802 bool is_template;
7811 is_template
7801 bool is_template; local
[all...]
H A Dparser.c3280 bool is_template;
3284 template_p = &is_template;
3787 /*is_template=*/false,
8632 bool is_template;
8642 /*template_p=*/&is_template,
8654 /*is_template=*/is_template,
9020 /*is_template=*/false,
9221 /*is_template=*/template_p,
10162 /*is_template
3278 bool is_template; local
8630 bool is_template; local
14829 cp_parser_lookup_name(cp_parser *parser, tree name, enum tag_types tag_type, bool is_template, bool is_namespace, bool check_dependency, tree *ambiguous_decls) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.c598 bool is_template;
633 is_template = (template_parms != NULL_TREE);
669 if (is_template != (TREE_CODE (fndecl) == TEMPLATE_DECL))
675 && (!is_template
597 bool is_template; local
H A Dpt.c1177 bool is_template; local
1185 is_template = DECL_TEMPLATE_INFO (decl)
1187 if (need_template ^ is_template)
1189 else if (is_template)
1228 bool is_template; local
1233 is_template
1237 if (need_template ^ is_template)
1239 else if (is_template)
10781 bool is_template;
10790 is_template
10780 bool is_template; local
[all...]
H A Dparser.c3709 bool is_template;
3713 template_p = &is_template;
4249 /*is_template=*/false,
7291 /*is_template=*/false,
9584 /*is_template=*/false,
10724 bool is_template;
10737 /*template_p=*/&is_template,
10750 /*is_template=*/is_template,
11147 /*is_template
3707 bool is_template; local
10722 bool is_template; local
17924 cp_parser_lookup_name(cp_parser *parser, tree name, enum tag_types tag_type, bool is_template, bool is_namespace, bool check_dependency, tree *ambiguous_decls, location_t name_location) argument
[all...]

Completed in 322 milliseconds