Home
last modified time | relevance | path

Searched refs:ABSTRACT_CLASS_TYPE_P (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmethod.c1195 if (VOID_TYPE_P (to) || ABSTRACT_CLASS_TYPE_P (to) in is_xible_helper()
1480 && ABSTRACT_CLASS_TYPE_P (BINFO_TYPE (binfo))) in synthesized_method_base_walk()
1718 else if (ABSTRACT_CLASS_TYPE_P (ctype) && cxx_dialect >= cxx14 in synthesized_method_walk()
H A Dinit.c1290 else if (!ABSTRACT_CLASS_TYPE_P (current_class_type)) in emit_mem_initializers()
4829 if (!ABSTRACT_CLASS_TYPE_P (current_class_type) in push_base_cleanups()
H A Dcp-tree.h2252 #define ABSTRACT_CLASS_TYPE_P(NODE) \ macro
H A Dsemantics.c9017 return ABSTRACT_CLASS_TYPE_P (type1); in trait_expr_value()