Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc1482 merge_default_template_args (tree new_parms, tree old_parms, bool class_p) in merge_default_template_args() argument
1506 else if (class_p && old_default != NULL_TREE) in merge_default_template_args()
4009 bool class_p; member
4038 && TYPENAME_IS_CLASS_P (t1) == t2->class_p); in equal()
4062 ti.class_p = (tag_type == class_type in build_typename_type()
4080 TYPENAME_IS_CLASS_P (t) = ti.class_p; in build_typename_type()
H A Dname-lookup.cc7594 bool class_p) in outer_binding() argument
7616 if (class_p) in outer_binding()
H A Dpt.cc14556 bool class_p = false; in tsubst_template_decl() local
14565 class_p = true; in tsubst_template_decl()
14568 if (class_p) in tsubst_template_decl()
14578 if (class_p) in tsubst_template_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c6350 bool class_p) in outer_binding() argument
6372 if (class_p) in outer_binding()
H A Ddecl.c3806 bool class_p; member
3835 && TYPENAME_IS_CLASS_P (t1) == t2->class_p); in equal()
3863 ti.class_p = (tag_type == class_type in build_typename_type()
3880 TYPENAME_IS_CLASS_P (t) = ti.class_p; in build_typename_type()