Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp428 CompilerType class_type; in GetRuntimeType() local
431 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType()
434 class_type = base_type; in GetRuntimeType()
438 if (!class_type) in GetRuntimeType()
441 ConstString class_name(class_type.GetTypeName()); in GetRuntimeType()
/freebsd/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
1356 if ((class_type_size = ddata->class_type.size) == 0) in cpp_demangle_read_function()
1358 class_type = in cpp_demangle_read_function()
1359 ddata->class_type.container[class_type_size - 1]; in cpp_demangle_read_function()
1360 if (class_type == NULL) in cpp_demangle_read_function()
[all …]
/freebsd/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
1694 if ((class_type_size = ddata->class_type.size) == 0) in cpp_demangle_read_function()
1696 class_type = in cpp_demangle_read_function()
1697 ddata->class_type.container[class_type_size - 1]; in cpp_demangle_read_function()
1698 if (class_type == NULL) in cpp_demangle_read_function()
[all …]
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1049 Type *class_type = dwarf->ResolveType(decl_ctx_die); in ParseCXXMethod() local
1050 if (!class_type) in ParseCXXMethod()
1053 if (class_type->GetID() != decl_ctx_die.GetID() || in ParseCXXMethod()
1059 if (DWARFDIE class_type_die = dwarf->GetDIE(class_type->GetID())) { in ParseCXXMethod()
1062 CopyUniqueClassMethodTypes(decl_ctx_die, class_type_die, class_type, in ParseCXXMethod()
1081 class_type->GetForwardCompilerType(); in ParseCXXMethod()
1104 class_type->GetForwardCompilerType(); in ParseCXXMethod()
1119 CompilerType class_opaque_type = class_type->GetForwardCompilerType(); in ParseCXXMethod()
1435 Type *class_type = in ParsePointerToMemberType() local
1440 if ((class_type == nullptr) || (pointee_type == nullptr)) in ParsePointerToMemberType()
[all …]
H A DDWARFASTParserClang.h224 lldb_private::Type *class_type,
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def151 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF, DW_KIND_TYPE)