Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c7849 bool template_id_p = false; in tsubst_baselink() local
7864 template_id_p = true; in tsubst_baselink()
7880 if (!template_id_p && !really_overloaded_fn (fns)) in tsubst_baselink()
7884 if (BASELINK_P (baselink) && template_id_p) in tsubst_baselink()
Dparser.c13298 bool template_id_p = false; in cp_parser_class_head() local
13422 template_id_p = true; in cp_parser_class_head()
13492 && template_id_p) in cp_parser_class_head()
13515 if (template_id_p) in cp_parser_class_head()