Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypeid01.C13 bool class_p = false; in test1() local
23 class_p = typeid(X2) == typeid(obj_1); in test1()
55 bool class_p = false; in main() local
65 class_p = typeid(X) == typeid(obj_1); in main()
/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c3858 bool class_p) in outer_binding() argument
3880 if (class_p) in outer_binding()
H A Ddecl.c2707 bool class_p; member
2725 && TYPENAME_IS_CLASS_P (t1) == t2->class_p); in typename_compare()
2753 ti.class_p = (tag_type == class_type in build_typename_type()
2770 TYPENAME_IS_CLASS_P (t) = ti.class_p; in build_typename_type()