| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl2.c | 1658 tree class_type = NULL_TREE; in determine_visibility() local 1700 class_type = DECL_CONTEXT (decl); in determine_visibility() 1788 if (class_type) in determine_visibility() 1827 = CLASSTYPE_VISIBILITY_SPECIFIED (class_type); in determine_visibility_from_class() 1946 tree class_type = NULL_TREE; in import_export_decl() local 2037 class_type = DECL_CONTEXT (decl); in import_export_decl() 2038 import_export_class (class_type); in import_export_decl() 2039 if (TYPE_FOR_JAVA (class_type)) in import_export_decl() 2046 && CLASSTYPE_KEY_METHOD (class_type) in import_export_decl() 2082 if (!CLASSTYPE_KEY_METHOD (class_type) in import_export_decl() [all …]
|
| H A D | repo.c | 347 repo_export_class_p (tree class_type) in repo_export_class_p() argument 351 if (!CLASSTYPE_VTABLES (class_type)) in repo_export_class_p() 356 (DECL_ASSEMBLER_NAME (CLASSTYPE_VTABLES (class_type)))); in repo_export_class_p()
|
| H A D | decl.c | 7025 (class_type, in build_ptrmem_type() 9617 tree class_type; in grok_special_member_properties() local 9622 class_type = DECL_CONTEXT (decl); in grok_special_member_properties() 9734 tree class_type; in grok_op_properties() local 9744 if (class_type && !CLASS_TYPE_P (class_type)) in grok_op_properties() 9745 class_type = NULL_TREE; in grok_op_properties() 9774 if (class_type) in grok_op_properties() 9898 else if (class_type) in grok_op_properties() 9900 if (t == class_type) in grok_op_properties() 10093 case class_type: in tag_name() [all …]
|
| H A D | parser.c | 966 declarator->u.pointer.class_type = class_type; in make_ptrmem_declarator() 8401 tree class_type; in cp_parser_conversion_declarator_opt() local 8417 if (class_type) in cp_parser_conversion_declarator_opt() 11883 tree class_type; in cp_parser_declarator() local 11923 &class_type, in cp_parser_declarator() 11950 if (class_type) in cp_parser_declarator() 11952 class_type, in cp_parser_declarator() 12315 if (class_type && same_type_p (name_type, class_type)) in cp_parser_direct_declarator() 12323 class_type, in cp_parser_direct_declarator() 12355 class_type)) in cp_parser_direct_declarator() [all …]
|
| H A D | rtti.c | 142 type_info_type = xref_tag (class_type, get_identifier ("type_info"), in init_rtti_processing() 663 tinfo_ptr = xref_tag (class_type, in build_dynamic_cast_1() 840 real_type = xref_tag (class_type, ti->name, in tinfo_base_init() 1397 bltn_type = xref_tag (class_type, in emit_support_tinfos()
|
| H A D | search.c | 1331 lookup_conversion_operator (tree class_type, tree type) in lookup_conversion_operator() argument 1335 if (TYPE_HAS_CONVERSION (class_type)) in lookup_conversion_operator() 1339 VEC(tree,gc) *methods = CLASSTYPE_METHOD_VEC (class_type); in lookup_conversion_operator() 1473 class_method_index_for_fn (tree class_type, tree function) in class_method_index_for_fn() argument 1478 return lookup_fnfields_1 (class_type, in class_method_index_for_fn()
|
| H A D | name-lookup.c | 2503 tree class_type) in set_inherited_value_binding_p() argument 2517 if (is_properly_derived_from (class_type, context)) in set_inherited_value_binding_p() 2578 tree class_type; in get_class_binding() local 2583 class_type = scope->this_entity; in get_class_binding() 2586 type_binding = lookup_member (class_type, name, in get_class_binding() 2589 value_binding = lookup_member (class_type, name, in get_class_binding() 2624 set_inherited_value_binding_p (binding, value_binding, class_type); in get_class_binding() 3965 tree class_type; in lookup_name_real() local 3974 class_type = level->this_entity; in lookup_name_real() 3975 operators = lookup_fnfields (class_type, name, /*protect=*/0); in lookup_name_real()
|
| H A D | friend.c | 308 = make_typename_type (ctype, name, class_type, tf_error); in make_friend_class()
|
| H A D | call.c | 5222 tree class_type; in build_special_member_call() local 5241 class_type = BINFO_TYPE (binfo); in build_special_member_call() 5246 instance = build_int_cst (build_pointer_type (class_type), 0); in build_special_member_call() 5247 instance = build1 (INDIRECT_REF, class_type, instance); in build_special_member_call() 5284 && CLASSTYPE_VBASECLASSES (class_type)) in build_special_member_call() 5374 tree class_type; in build_new_method_call() local 5466 class_type = (conversion_path ? BINFO_TYPE (conversion_path) : NULL_TREE); in build_new_method_call() 5490 class_type, in build_new_method_call() 5499 class_type, in build_new_method_call()
|
| H A D | class.c | 306 tree class_type; in build_base_path() local 311 class_type = TREE_TYPE (TREE_TYPE (expr)); in build_base_path() 314 cp_type_quals (class_type)); in build_base_path() 684 build_vtable (tree class_type, tree name, tree vtable_type) in build_vtable() argument 692 DECL_CONTEXT (decl) = class_type; in build_vtable() 703 set_linkage_according_to_type (class_type, decl); in build_vtable()
|
| H A D | cp-tree.h | 656 tree class_type; member 693 #define current_class_type scope_chain->class_type 3157 class_type, /* "class" types. */ enumerator 3800 tree class_type; member
|
| /freebsd-12.1/contrib/elftoolchain/libelftc/ |
| H A D | libelftc_dem_gnu3.c | 88 struct vector_str class_type; member 332 vector_str_dest(&d->class_type); in cpp_demangle_data_dest() 351 if (!vector_str_init(&d->class_type)) in cpp_demangle_data_init() 359 assert(d->class_type.container != NULL); in cpp_demangle_data_init() 378 vector_str_dest(&d->class_type); in cpp_demangle_data_init() 1306 const char *class_type; in cpp_demangle_read_function() local 1358 class_type = in cpp_demangle_read_function() 1360 if (class_type == NULL) in cpp_demangle_read_function() 2063 char *class_type; in cpp_demangle_read_pointer_to_member() local 2085 if (!vector_str_push(&ddata->class_type, class_type, class_type_len)) in cpp_demangle_read_pointer_to_member() [all …]
|
| /freebsd-12.1/contrib/libcxxrt/ |
| H A D | libelftc_dem_gnu3.c | 86 struct vector_str class_type; member 538 vector_str_dest(&d->class_type); in cpp_demangle_data_dest() 560 if (!vector_str_init(&d->class_type)) in cpp_demangle_data_init() 569 assert(d->class_type.container != NULL); in cpp_demangle_data_init() 584 vector_str_dest(&d->class_type); in cpp_demangle_data_init() 1433 const char *class_type; in cpp_demangle_read_function() local 1452 class_type = in cpp_demangle_read_function() 1454 if (class_type == NULL) in cpp_demangle_read_function() 2081 char *class_type; in cpp_demangle_read_pointer_to_member() local 2103 if (!vector_str_push(&ddata->class_type, class_type, class_type_len)) in cpp_demangle_read_pointer_to_member() [all …]
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_mesh.c | 189 int *class_type; /* index of first switch found for each class */ member 687 s1 = p_lash->switches[mesh->class_type[i]]; in classify_switch() 696 mesh->class_type[mesh->num_class] = sw; in classify_switch() 1457 if (mesh->class_type) in mesh_delete() 1458 free(mesh->class_type); in mesh_delete() 1481 if (!(mesh->class_type = calloc(p_lash->num_switches, sizeof(int)))) in mesh_create() 1669 p_lash->switches[mesh->class_type[i]]->node->type); in osm_do_mesh_analysis() 1672 max_class_type = mesh->class_type[i]; in osm_do_mesh_analysis()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 1372 if (class_type) { in ParseTypeFromDWARF() 1389 class_type->GetID())); in ParseTypeFromDWARF() 1391 DIERef(class_type->GetID(), dwarf)); in ParseTypeFromDWARF() 1395 DIERef(class_type->GetID(), dwarf)); in ParseTypeFromDWARF() 1422 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1444 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1461 class_type->GetForwardCompilerType(); in ParseTypeFromDWARF() 1572 class_type->GetFullCompilerType(); in ParseTypeFromDWARF() 1843 Type *class_type = in ParseTypeFromDWARF() local 3874 if (!class_type || !src_class_die || !dst_class_die) in CopyUniqueClassMethodTypes() [all …]
|
| H A D | DWARFASTParserClang.h | 120 lldb_private::Type *class_type,
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | stabs.c | 2736 debug_type class_type, return_type; in parse_stab_members() local 2738 class_type = stab_find_type (dhandle, info, typenums); in parse_stab_members() 2739 if (class_type == DEBUG_TYPE_NULL) in parse_stab_members() 2747 type = parse_stab_argtypes (dhandle, info, class_type, name, in parse_stab_members() 2814 debug_type class_type, const char *fieldname, in parse_stab_argtypes() argument 4649 debug_type class_type = DEBUG_TYPE_NULL; in stab_demangle_type() local 4675 class_type = stab_find_tagged_type (minfo->dhandle, in stab_demangle_type() 4679 if (class_type == DEBUG_TYPE_NULL) in stab_demangle_type() 4688 : &class_type))) in stab_demangle_type() 4738 *ptype = debug_make_offset_type (minfo->dhandle, class_type, in stab_demangle_type() [all …]
|
| /freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | ast.py | 1492 def _GetClass(self, class_type, visibility, templated_types): argument 1512 return class_type(class_token.start, class_token.end, 1548 new_class = class_type(class_token.start, class_token.end, 1561 return class_type(class_token.start, class_token.end, class_name,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 288 CompilerType class_type; in MaybeCalculateCompleteType() local 291 if (ClangASTContext::IsObjCObjectPointerType(compiler_type, &class_type)) { in MaybeCalculateCompleteType() 294 class_type = compiler_type; in MaybeCalculateCompleteType() 301 if (class_type) { in MaybeCalculateCompleteType() 302 ConstString class_name(class_type.GetConstTypeName()); in MaybeCalculateCompleteType()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | hpread.c | 4877 struct type *class_type; in hpread_type_lookup() local 4881 class_type = hpread_type_lookup (dn_bufp->dptrmem.pointsto, in hpread_type_lookup() 4884 smash_to_member_type (ptrmemtype, class_type, memtype); in hpread_type_lookup() 4896 struct type *class_type; in hpread_type_lookup() local 4901 class_type = hpread_type_lookup (dn_bufp->dptrmem.pointsto, in hpread_type_lookup() 4909 smash_to_method_type (ptrmemtype, class_type, retvaltype, in hpread_type_lookup()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 727 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType() local 730 pointee_type, class_type.getTypePtr()); in CreatePointerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1040 Type *class_type = load->getType(); in RewriteObjCClassReference() local 1047 FunctionType::get(class_type, ogC_arg_types, false); in RewriteObjCClassReference()
|
| H A D | ClangExpressionDeclMap.cpp | 1083 QualType class_type = method_decl->getASTContext().getObjCClassType(); in FindExternalVisibleDecls() local 1086 class_type.getAsOpaquePtr(), in FindExternalVisibleDecls()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1438 else if (auto class_type = llvm::dyn_cast<PDBSymbolTypeUDT>(result.get())) in FindTypesByRegex() local 1439 type_name = class_type->getName(); in FindTypesByRegex()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 115 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF)
|