Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/cp/
HDpt.c7863 bool template_id_p = false; in tsubst_baselink() local
7878 template_id_p = true; in tsubst_baselink()
7894 if (!template_id_p && !really_overloaded_fn (fns)) in tsubst_baselink()
7898 if (BASELINK_P (baselink) && template_id_p) in tsubst_baselink()
HDparser.c13806 bool template_id_p = false; in cp_parser_class_head() local
13930 template_id_p = true; in cp_parser_class_head()
14000 && template_id_p) in cp_parser_class_head()
14023 if (template_id_p) in cp_parser_class_head()