HomeSort by: relevance | last modified time | path
    Searched defs:base_class (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gengtype-parse.cc 902 type_p base_class = NULL;
958 base_class = find_structure (basename, TYPE_STRUCT);
959 if (!base_class)
998 base_class);
899 type_p base_class = NULL; local
gengtype.h 301 type_p base_class; /* the parent class, if any. */ member in struct:type::__anon11180::__anon11181
514 for (type_p sub = (TYPE); sub; sub = sub->u.s.base_class) \
  /src/external/gpl3/gcc/dist/gcc/
gengtype-parse.cc 909 type_p base_class = NULL;
965 base_class = find_structure (basename, TYPE_STRUCT);
966 if (!base_class)
1005 base_class);
906 type_p base_class = NULL; local
gengtype.h 301 type_p base_class; /* the parent class, if any. */ member in struct:type::__anon1141::__anon1142
516 for (type_p sub = (TYPE); sub; sub = sub->u.s.base_class) \
  /src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc 438 pointers for BASE_CLASS. BASE_CLASS is the record_type node for
440 VPTR_ADDRESS. (VTABLE_DECL should be the vtable for BASE_CLASS or
441 one of BASE_CLASS' descendents. */
445 tree base_class)
461 base_vtable_map_node = vtbl_map_get_node (TYPE_MAIN_VARIANT (base_class));
489 map variable for the BASE_CLASS (whose hierarchy we are currently
490 updating). BASE_CLASS is the record_type node for the base class.
492 we are possibly adding to BASE_CLASS's hierarchy. BODY is the
497 register_construction_vtables (tree base_class, tree record_type
909 tree base_class = current->class_info->class_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc 438 pointers for BASE_CLASS. BASE_CLASS is the record_type node for
440 VPTR_ADDRESS. (VTABLE_DECL should be the vtable for BASE_CLASS or
441 one of BASE_CLASS' descendents. */
445 tree base_class)
461 base_vtable_map_node = vtbl_map_get_node (TYPE_MAIN_VARIANT (base_class));
476 map variable for the BASE_CLASS (whose hierarchy we are currently
477 updating). BASE_CLASS is the record_type node for the base class.
479 we are possibly adding to BASE_CLASS's hierarchy. BODY is the
484 register_construction_vtables (tree base_class, tree record_type
896 tree base_class = current->class_info->class_type; local
    [all...]

Completed in 45 milliseconds