Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp427 CompilerType class_type; in GetRuntimeType() local
430 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType()
433 class_type = base_type; in GetRuntimeType()
437 if (!class_type) in GetRuntimeType()
440 ConstString class_name(class_type.GetTypeName()); in GetRuntimeType()
/freebsd-14.2/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c88 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()
2064 char *class_type; in cpp_demangle_read_pointer_to_member() local
2086 if (!vector_str_push(&ddata->class_type, class_type, class_type_len)) in cpp_demangle_read_pointer_to_member()
[all …]
/freebsd-14.2/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c102 struct vector_str class_type; member
670 vector_str_dest(&d->class_type); in cpp_demangle_data_dest()
689 if (!vector_str_init(&d->class_type)) in cpp_demangle_data_init()
697 assert(d->class_type.container != NULL); in cpp_demangle_data_init()
716 vector_str_dest(&d->class_type); in cpp_demangle_data_init()
1644 const char *class_type; in cpp_demangle_read_function() local
1696 class_type = in cpp_demangle_read_function()
1698 if (class_type == NULL) in cpp_demangle_read_function()
2402 char *class_type; in cpp_demangle_read_pointer_to_member() local
2424 if (!vector_str_push(&ddata->class_type, class_type, class_type_len)) in cpp_demangle_read_pointer_to_member()
[all …]
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c189 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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1073 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseSubroutine() local
1074 if (class_type) { in ParseSubroutine()
1075 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseSubroutine()
1106 class_type->GetForwardCompilerType(); in ParseSubroutine()
1127 class_type->GetForwardCompilerType(); in ParseSubroutine()
1143 class_type->GetForwardCompilerType(); in ParseSubroutine()
1217 class_type->GetFullCompilerType(); in ParseSubroutine()
1401 Type *class_type = in ParsePointerToMemberType() local
1406 if ((class_type == nullptr) || (pointee_type == nullptr)) in ParsePointerToMemberType()
3679 if (!class_type || !src_class_die || !dst_class_die) in CopyUniqueClassMethodTypes()
[all …]
H A DDWARFASTParserClang.h218 lldb_private::Type *class_type,
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp527 clang::QualType class_type = GetOrCreateType(mpi.ContainingType); in CreatePointerType() local
528 if (class_type.isNull()) in CreatePointerType()
530 if (clang::TagDecl *tag = class_type->getAsTagDecl()) { in CreatePointerType()
565 pointee_type, class_type.getTypePtr()); in CreatePointerType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1496 else if (auto class_type = llvm::dyn_cast<PDBSymbolTypeUDT>(result.get())) in FindTypesByRegex() local
1497 type_name = class_type->getName(); in FindTypesByRegex()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def146 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF, DW_KIND_TYPE)