Searched refs:class_type (Results 1 - 25 of 63) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvtable-verify.c313 /* Look up class_type (a type decl for record types) in the vtbl_mangled_names_*
326 vtbl_find_mangled_name (tree class_type) argument
338 if ((*vtbl_mangled_name_types)[i] == class_type)
352 vtbl_register_mangled_name (tree class_type, tree mangled_name) argument
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) argument
386 gcc_assert (TREE_CODE (class_type) == RECORD_TYPE);
390 class_type_decl = TYPE_NAME (class_type);
449 node->class_info->class_type
686 tree class_type = extract_object_class_type local
[all...]
H A Dvtable-verify.h75 tree class_type; /* The record_type of the class. */ member in struct:vtv_graph_node
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvtable-verify.cc313 /* Look up class_type (a type decl for record types) in the vtbl_mangled_names_*
326 vtbl_find_mangled_name (tree class_type) argument
338 if ((*vtbl_mangled_name_types)[i] == class_type)
352 vtbl_register_mangled_name (tree class_type, tree mangled_name) argument
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) argument
386 gcc_assert (TREE_CODE (class_type) == RECORD_TYPE);
390 class_type_decl = TYPE_NAME (class_type);
449 node->class_info->class_type
686 tree class_type = extract_object_class_type local
[all...]
H A Dvtable-verify.h75 tree class_type; /* The record_type of the class. */ member in struct:vtv_graph_node
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A Dxmethod.py82 def match(self, class_type, method_name):
91 class_type: The class type (gdb.Type object) to match.
204 def match(self, class_type, method_name):
205 cm = re.match(self._class_matcher, str(class_type.unqualified().tag))
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dxmethod.py76 def match(self, class_type, method_name):
85 class_type: The class type (gdb.Type object) to match.
199 def match(self, class_type, method_name):
200 cm = re.match(self._class_matcher, str(class_type.unqualified().tag))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py150 def match(self, class_type, method_name):
151 if not re.match('^std::(__\d+::)?array<.*>$', class_type.tag):
157 value_type = class_type.template_argument(0)
158 size = class_type.template_argument(1)
267 def match(self, class_type, method_name):
268 if not re.match('^std::(__\d+::)?deque<.*>$', class_type.tag):
273 return method.worker_class(class_type.template_argument(0))
311 def match(self, class_type, method_name):
312 if not re.match('^std::(__\d+::)?forward_list<.*>$', class_type.tag):
317 val_type = class_type
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py150 def match(self, class_type, method_name):
151 if not re.match('^std::(__\d+::)?array<.*>$', class_type.tag):
157 value_type = class_type.template_argument(0)
158 size = class_type.template_argument(1)
267 def match(self, class_type, method_name):
268 if not re.match('^std::(__\d+::)?deque<.*>$', class_type.tag):
273 return method.worker_class(class_type.template_argument(0))
311 def match(self, class_type, method_name):
312 if not re.match('^std::(__\d+::)?forward_list<.*>$', class_type.tag):
317 val_type = class_type
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython.py14 def _swig_setattr_nondynamic(self,class_type,name,value,static=1):
20 method = class_type.__swig_setmethods__.get(name,None)
27 def _swig_setattr(self,class_type,name,value):
28 return _swig_setattr_nondynamic(self,class_type,name,value,0)
30 def _swig_getattr(self,class_type,name):
32 method = class_type.__swig_getmethods__.get(name,None)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-xmethods.py96 def match(self, class_type, method_name):
97 class_tag = class_type.unqualified().tag
166 def match(self, class_type, method_name):
167 class_tag = class_type.unqualified().tag
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-xmethods.py99 def match(self, class_type, method_name):
100 class_tag = class_type.unqualified().tag
167 def match(self, class_type, method_name):
168 class_tag = class_type.unqualified().tag
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dvtable-class-hierarchy.c657 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);
1053 find_graph_node(tree class_type) argument
[all...]
H A Dparser.h148 tree class_type; variable
H A Ddecl2.c2552 tree class_type = NULL_TREE;
2554 class_type = DECL_CONTEXT (decl);
2696 if (class_type)
2697 determine_visibility_from_class (decl, class_type);
2736 determine_visibility_from_class (tree decl, tree class_type)
2746 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type);
2748 = CLASSTYPE_VISIBILITY_SPECIFIED (class_type);
2757 && !CLASSTYPE_VISIBILITY_SPECIFIED (class_type))
3007 tree class_type = NULL_TREE;
3063 class_type
2547 tree class_type = NULL_TREE; local
2731 determine_visibility_from_class(tree decl, tree class_type) argument
3002 tree class_type = NULL_TREE; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dvtable-class-hierarchy.cc657 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);
1053 find_graph_node(tree class_type) argument
[all...]
H A Dparser.h157 tree class_type; variable
H A Ddecl2.cc2761 tree class_type = NULL_TREE;
2763 class_type = DECL_CONTEXT (decl);
2905 if (class_type)
2906 determine_visibility_from_class (decl, class_type);
2944 determine_visibility_from_class (tree decl, tree class_type)
2954 DECL_VISIBILITY (decl) = CLASSTYPE_VISIBILITY (class_type);
2956 = CLASSTYPE_VISIBILITY_SPECIFIED (class_type);
2965 && !CLASSTYPE_VISIBILITY_SPECIFIED (class_type))
3200 tree class_type = NULL_TREE;
3256 class_type
2756 tree class_type = NULL_TREE; local
2939 determine_visibility_from_class(tree decl, tree class_type) argument
3195 tree class_type = NULL_TREE; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dimported-unit.exp101 Foo_label: class_type {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dimported-unit.exp101 Foo_label: class_type {
/netbsd-current/external/mit/isl/dist/interface/
H A Dcpp.h138 virtual std::string class_type(const std::string &cpp_name) const;
167 bool is_subclass(QualType subclass_type, const isl_class &class_type);
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dlibelftc_dem_gnu3.c102 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
2402 char *class_type; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-cplus-types.c670 gcc_type class_type = instance->convert_type (parent_type); local
684 (class_type, func_type, quals, rquals);
698 gcc_type class_type = instance->convert_type (containing_class);
703 (class_type, member_type);
712 gcc_type class_type)
710 compile_cplus_convert_struct_or_union_methods(compile_cplus_instance *instance, struct type *type, gcc_type class_type) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-cplus-types.c669 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);
711 gcc_type class_type)
709 compile_cplus_convert_struct_or_union_methods(compile_cplus_instance *instance, struct type *type, gcc_type class_type) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v3-abi.c1323 is_copy_or_move_constructor_type (struct type *class_type, argument
1339 if (!(class_types_same_p (target, class_type)))
1365 is_copy_constructor_type (struct type *class_type, argument
1368 return is_copy_or_move_constructor_type (class_type, method_type,
1375 is_move_constructor_type (struct type *class_type, argument
1378 return is_copy_or_move_constructor_type (class_type, method_type,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c1329 is_copy_or_move_constructor_type (struct type *class_type, argument
1345 if (!(class_types_same_p (target, class_type)))
1371 is_copy_constructor_type (struct type *class_type, argument
1374 return is_copy_or_move_constructor_type (class_type, method_type,
1381 is_move_constructor_type (struct type *class_type, argument
1384 return is_copy_or_move_constructor_type (class_type, method_type,

Completed in 379 milliseconds

123