HomeSort by: relevance | last modified time | path
    Searched defs:class_type (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
vtable-verify.h 75 tree class_type; /* The record_type of the class. */ member in struct:vtv_graph_node
vtable-verify.cc 313 /* Look up class_type (a type decl for record types) in the vtbl_mangled_names_*
326 vtbl_find_mangled_name (tree class_type)
338 if ((*vtbl_mangled_name_types)[i] == class_type)
352 vtbl_register_mangled_name (tree class_type, tree mangled_name)
364 if (vtbl_find_mangled_name (class_type) == NULL_TREE)
366 vec_safe_push (vtbl_mangled_name_types, class_type);
374 vtbl_map_get_node (tree class_type)
386 gcc_assert (TREE_CODE (class_type) == RECORD_TYPE);
390 class_type_decl = TYPE_NAME (class_type);
449 node->class_info->class_type = base_class_type
686 tree class_type = extract_object_class_type local
    [all...]
ipa-icf.cc 2579 tree class_type local
2587 if (TYPE_NAME (class_type)
2588 && DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (class_type))
2590 (class_type))
2593 (DECL_ASSEMBLER_NAME (TYPE_NAME (class_type))));
2598 || type_in_anonymous_namespace_p (class_type));
2599 hstate.add_hwi (TYPE_UID (TYPE_MAIN_VARIANT (class_type)));
  /src/external/gpl3/gcc.old/dist/gcc/
vtable-verify.h 75 tree class_type; /* The record_type of the class. */ member in struct:vtv_graph_node
vtable-verify.cc 313 /* Look up class_type (a type decl for record types) in the vtbl_mangled_names_*
326 vtbl_find_mangled_name (tree class_type)
338 if ((*vtbl_mangled_name_types)[i] == class_type)
352 vtbl_register_mangled_name (tree class_type, tree mangled_name)
364 if (vtbl_find_mangled_name (class_type) == NULL_TREE)
366 vec_safe_push (vtbl_mangled_name_types, class_type);
374 vtbl_map_get_node (tree class_type)
386 gcc_assert (TREE_CODE (class_type) == RECORD_TYPE);
390 class_type_decl = TYPE_NAME (class_type);
449 node->class_info->class_type = base_class_type
686 tree class_type = extract_object_class_type local
    [all...]
ipa-icf.cc 2553 tree class_type local
2561 if (TYPE_NAME (class_type)
2562 && DECL_ASSEMBLER_NAME_SET_P (TYPE_NAME (class_type))
2564 (class_type))
2567 (DECL_ASSEMBLER_NAME (TYPE_NAME (class_type))));
2572 || type_in_anonymous_namespace_p (class_type));
2573 hstate.add_hwi (TYPE_UID (TYPE_MAIN_VARIANT (class_type)));
  /src/external/mit/isl/dist/interface/
cpp.cc 645 os << type_printer.class_type(cppstring) << "::";
821 std::string cpp_type_printer::class_type(const std::string &cpp_name) const function in class:cpp_type_printer
877 /* Check if "subclass_type" is a subclass of "class_type".
880 const isl_class &class_type)
897 if (&class_type == candidate)
template_cpp.cc 1502 virtual std::string class_type(const std::string &cpp_name)
1512 std::string template_method_type_printer::class_type( function in class:template_method_type_printer
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.h 161 tree class_type; variable
vtable-class-hierarchy.cc 644 tree class_type = vtbl_map_nodes_vec[i]->class_info->class_type; local
645 for (vtbl = CLASSTYPE_VTABLES (class_type); vtbl;
896 tree base_class = current->class_info->class_type;
925 tree class_type = vtbl_class_node->class_info->class_type; local
927 if (class_type
928 && (TREE_CODE (class_type) == RECORD_TYPE))
932 tree binfo = TYPE_BINFO (class_type);
936 vtable_decl = CLASSTYPE_VTABLES (class_type);
    [all...]
contracts.cc 1408 tree class_type = NULL_TREE; local
1416 class_type = TREE_TYPE (TREE_VALUE (arg_type));
1442 TREE_TYPE (fn) = build_method_type (class_type, TREE_TYPE (fn));
decl2.cc 2920 tree class_type = NULL_TREE;
2922 class_type = DECL_CONTEXT (decl);
3064 if (class_type)
3065 determine_visibility_from_class (decl, class_type);
3103 determine_visibility_from_class (tree decl, tree class_type)
3113 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type);
3115 = CLASSTYPE_VISIBILITY_SPECIFIED (class_type);
3124 && !CLASSTYPE_VISIBILITY_SPECIFIED (class_type))
3377 tree class_type = NULL_TREE;
3440 class_type = DECL_CONTEXT (decl)
2915 tree class_type = NULL_TREE; local
3372 tree class_type = NULL_TREE; local
    [all...]
tree.cc 1749 tree class_type = TREE_TYPE (TREE_VALUE (arg_types));
1750 gcc_assert (class_type);
1752 build_method_type_directly (class_type, type,
1747 tree class_type = TREE_TYPE (TREE_VALUE (arg_types)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.h 157 tree class_type; variable
vtable-class-hierarchy.cc 657 tree class_type = vtbl_map_nodes_vec[i]->class_info->class_type; local
658 for (vtbl = CLASSTYPE_VTABLES (class_type); vtbl;
909 tree base_class = current->class_info->class_type;
938 tree class_type = vtbl_class_node->class_info->class_type; local
940 if (class_type
941 && (TREE_CODE (class_type) == RECORD_TYPE))
945 tree binfo = TYPE_BINFO (class_type);
949 vtable_decl = CLASSTYPE_VTABLES (class_type);
    [all...]
decl2.cc 2762 tree class_type = NULL_TREE;
2764 class_type = DECL_CONTEXT (decl);
2906 if (class_type)
2907 determine_visibility_from_class (decl, class_type);
2945 determine_visibility_from_class (tree decl, tree class_type)
2955 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type);
2957 = CLASSTYPE_VISIBILITY_SPECIFIED (class_type);
2966 && !CLASSTYPE_VISIBILITY_SPECIFIED (class_type))
3201 tree class_type = NULL_TREE;
3257 class_type = DECL_CONTEXT (decl)
2757 tree class_type = NULL_TREE; local
3196 tree class_type = NULL_TREE; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-types.c 669 gcc_type class_type = instance->convert_type (parent_type); local
683 (class_type, func_type, quals.raw (), rquals.raw ());
697 gcc_type class_type = instance->convert_type (containing_class);
702 (class_type, member_type);
706 with gcc_type CLASS_TYPE. */
711 gcc_type class_type)
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-types.c 669 gcc_type class_type = instance->convert_type (parent_type); local
683 (class_type, func_type, quals.raw (), rquals.raw ());
697 gcc_type class_type = instance->convert_type (containing_class);
702 (class_type, member_type);
706 with gcc_type CLASS_TYPE. */
711 gcc_type class_type)
  /src/external/bsd/libc++/dist/libcxxrt/src/
libelftc_dem_gnu3.c 102 struct vector_str class_type; member in struct:cpp_demangle_data
670 vector_str_dest(&d->class_type);
689 if (!vector_str_init(&d->class_type))
697 assert(d->class_type.container != NULL);
716 vector_str_dest(&d->class_type);
1644 const char *class_type; local
1694 if ((class_type_size = ddata->class_type.size) == 0)
1696 class_type =
1697 ddata->class_type.container[class_type_size - 1];
1698 if (class_type == NULL
2402 char *class_type; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 2912 debug_type class_type, return_type; local
2914 class_type = stab_find_type (dhandle, info, typenums);
2915 if (class_type == DEBUG_TYPE_NULL)
2923 type = parse_stab_argtypes (dhandle, info, class_type, name,
3001 debug_type class_type, const char *fieldname,
3089 return debug_make_method_type (dhandle, return_type, class_type, args,
3097 return debug_make_method_type (dhandle, return_type, class_type, args,
4809 debug_type class_type = DEBUG_TYPE_NULL;
4833 class_type = stab_find_tagged_type (minfo->dhandle,
4837 if (class_type == DEBUG_TYPE_NULL
4808 debug_type class_type = DEBUG_TYPE_NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 2912 debug_type class_type, return_type; local
2914 class_type = stab_find_type (dhandle, info, typenums);
2915 if (class_type == DEBUG_TYPE_NULL)
2923 type = parse_stab_argtypes (dhandle, info, class_type, name,
3001 debug_type class_type, const char *fieldname,
3089 return debug_make_method_type (dhandle, return_type, class_type, args,
3097 return debug_make_method_type (dhandle, return_type, class_type, args,
4809 debug_type class_type = DEBUG_TYPE_NULL;
4833 class_type = stab_find_tagged_type (minfo->dhandle,
4837 if (class_type == DEBUG_TYPE_NULL
4808 debug_type class_type = DEBUG_TYPE_NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 2004 tree class_type = convert_in (class_type_in);
2030 tree method_type = class_type
2031 ? build_memfn_type (func_type, class_type, quals, rquals)
2043 tree class_type = convert_in (class_type_in);
2046 tree memptr_type = build_ptrmem_type (class_type, member_type);
1999 tree class_type = convert_in (class_type_in); local
2038 tree class_type = convert_in (class_type_in); local
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 2003 tree class_type = convert_in (class_type_in);
2029 tree method_type = class_type
2030 ? build_memfn_type (func_type, class_type, quals, rquals)
2042 tree class_type = convert_in (class_type_in);
2045 tree memptr_type = build_ptrmem_type (class_type, member_type);
1998 tree class_type = convert_in (class_type_in); local
2037 tree class_type = convert_in (class_type_in); local
  /src/external/gpl3/gdb/dist/gdb/
valops.c 820 struct type *class_type, *rtti_type; local
832 class_type = check_typedef (resolved_type->target_type ());
860 if (class_types_same_p (class_type, arg_type))
865 if (is_ancestor (class_type, arg_type))
867 if (is_unique_ancestor (class_type, arg))
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 821 struct type *class_type, *rtti_type; local
833 class_type = check_typedef (resolved_type->target_type ());
861 if (class_types_same_p (class_type, arg_type))
866 if (is_ancestor (class_type, arg_type))
868 if (is_unique_ancestor (class_type, arg))

Completed in 86 milliseconds

1 2