Home
last modified time | relevance | path

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

/external/libcap-ng/libcap-ng-0.7/bindings/python/
Dcapng.py35 def _swig_setattr_nondynamic(self,class_type,name,value,static=1): argument
41 method = class_type.__swig_setmethods__.get(name,None)
48 def _swig_setattr(self,class_type,name,value): argument
49 return _swig_setattr_nondynamic(self,class_type,name,value,0)
51 def _swig_getattr(self,class_type,name): argument
53 method = class_type.__swig_getmethods__.get(name,None)
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.comp.pass.cpp18 struct class_type {}; struct
51 typedef class_type T; in main()
56 typedef class_type T; in main()
89 typedef int class_type::*T; in main()
Dmeta.unary.cat.pass.cpp18 struct class_type {}; struct
113 typedef int class_type::*T; in main()
124 typedef void(class_type::*T)(); in main()
157 typedef class_type T; in main()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py62 assert self.decl.class_type in ('struct', 'union')
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp940 TypeFromParser class_type = CopyClassType(class_user_type, current_id); in FindExternalVisibleDecls() local
942 if (!class_type.IsValid()) in FindExternalVisibleDecls()
945 …o = m_ast_context->getTrivialTypeSourceInfo(QualType::getFromOpaquePtr(class_type.GetOpaqueQualTyp… in FindExternalVisibleDecls()
1084 QualType class_type = method_decl->getASTContext().getObjCClassType(); in FindExternalVisibleDecls() local
1086 TypeFromUser self_user_type(class_type.getAsOpaquePtr(), in FindExternalVisibleDecls()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp5325 Type *class_type, in CopyUniqueClassMethodTypes() argument
5332 if (!class_type || !src_cu || !src_class_die || !dst_cu || !dst_class_die) in CopyUniqueClassMethodTypes()
5340 class_type->GetClangFullType(); in CopyUniqueClassMethodTypes()
6578 Type *class_type = ResolveType (dwarf_cu, decl_ctx_die); in ParseType() local
6579 if (class_type) in ParseType()
6581 … if (class_type->GetID() != MakeUserID(decl_ctx_die->GetOffset())) in ParseType()
6593 …file->GetSymbolFileByOSOIndex(SymbolFileDWARFDebugMap::GetOSOIndexFromUserID(class_type->GetID())); in ParseType()
6594 … class_type_die = class_symfile->DebugInfo()->GetDIEPtr(class_type->GetID(), &class_type_cu_sp); in ParseType()
6599 … class_type_die = DebugInfo()->GetDIEPtr(class_type->GetID(), &class_type_cu_sp); in ParseType()
6606 class_type, in ParseType()
[all …]
DSymbolFileDWARF.h543 lldb_private::Type *class_type,
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1479 def _GetClass(self, class_type, visibility, templated_types): argument
1499 return class_type(class_token.start, class_token.end,
1535 new_class = class_type(class_token.start, class_token.end,
1548 return class_type(class_token.start, class_token.end, class_name,
/external/lldb/source/Core/
DValueObject.cpp296 ClangASTType class_type; in MaybeCalculateCompleteType() local
299 if (clang_type.IsObjCObjectPointerType(&class_type)) in MaybeCalculateCompleteType()
305 class_type = clang_type; in MaybeCalculateCompleteType()
314 if (class_type) in MaybeCalculateCompleteType()
316 ConstString class_name (class_type.GetConstTypeName()); in MaybeCalculateCompleteType()
/external/llvm/include/llvm/Support/
DDwarf.def42 HANDLE_DW_TAG(0x0002, class_type)
/external/v8/test/cctest/
Dtest-types.cc1186 TypeHandle class_type = T.Class(map); in NowIs() local
1189 == const_type->NowIs(class_type)); in NowIs()
1199 TypeHandle class_type = T.Class(map); in NowIs() local
1200 CHECK(!class_type->NowIs(const_type)); in NowIs()
/external/elfutils/src/libdw/
Dknown-dwarf.h559 ONE_KNOWN_DW_TAG (class_type, DW_TAG_class_type) \
DChangeLog1456 * libdw_visit_scopes.c (classify_die): Return walk for class_type and
/external/libcxxabi/src/
Dcxa_demangle.cpp1674 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local
1677 … db.names.back().first = std::move(func.first) + "(" + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
1682 … db.names.back().first = std::move(func.first) + " " + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py1457 def display_more_detail_init(self, source, target, class_type, permission): argument
1459 …ata_set.set_value(iter, 0, "allow %s %s:%s { %s };" % (source, target, class_type, " ".join(permis…