Home
last modified time | relevance | path

Searched +defs:type +defs:metadata (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp187 const char *type = nullptr; in ObjCRuntimeMethodType() local
401 ClangASTMetadata *metadata = m_ast_ctx->GetMetadata(interface_decl); in FinishDecl() local
474 lldb::addr_t offset_ptr, uint64_t size) -> bool { in FinishDecl()
562 ClangASTMetadata *metadata = m_ast_ctx->GetMetadata(result_iface_decl); in FindDecls() local
/freebsd-14.2/usr.bin/mkimg/
H A Dscheme.h54 uintptr_t type; member
66 lba_t (*metadata)(u_int, lba_t); member
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1851 ClangASTMetadata *metadata) { in CreateObjCClass()
2515 ClangASTMetadata &metadata) { in SetMetadata()
2520 ClangASTMetadata &metadata) { in SetMetadata()
3587 ClangASTMetadata *metadata = GetMetadata(cxx_record_decl); in IsPossibleDynamicType() local
5248 if (auto *metadata = ast.GetMetadata(qual_type.getTypePtr())) in GetDynamicArrayInfo() local
7818 uint32_t property_attributes, ClangASTMetadata *metadata) { in AddObjCClassProperty()
8680 ClangASTMetadata *metadata = GetMetadata(clang_type); in DumpTypeDescription() local
9288 if (ClangASTMetadata *metadata = GetMetadata(fun_decl)) in DeclContextIsClassMethod() local
9331 if (ClangASTMetadata *metadata = GetMetadata(fun_decl)) in DeclContextGetLanguage() local
9615 ClangASTMetadata *metadata = GetMetadata(record_decl); in IsForcefullyCompleted() local
[all …]
/freebsd-14.2/contrib/libfido2/tools/
H A Dcredman.c24 fido_credman_metadata_t *metadata = NULL; in credman_get_metadata() local
120 const char *type; in print_rk() local
/freebsd-14.2/contrib/libcbor/src/cbor/
H A Ddata.h104 _cbor_dst_metadata type; member
112 _cbor_dst_metadata type; member
119 _cbor_dst_metadata type; member
126 _cbor_dst_metadata type; member
173 union cbor_item_metadata metadata; member
177 cbor_type type; member
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp84 ClangASTMetadata *metadata = GetDeclMetadata(decl); in CopyDecl() local
359 bool ClangASTImporter::CanImport(const CompilerType &type) { in CanImport()
433 bool ClangASTImporter::Import(const CompilerType &type) { in Import()
615 bool ClangASTImporter::CompleteAndFetchChildren(clang::QualType type) { in CompleteAndFetchChildren()
685 bool ClangASTImporter::RequireCompleteType(clang::QualType type) { in RequireCompleteType()
1044 ClangASTMetadata *metadata = m_main.GetDeclMetadata(from); in Imported() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp200 lldb_private::CompilerType type = in ParseTypeFromClangModule() local
238 static void ForcefullyCompleteType(CompilerType type) { in ForcefullyCompleteType()
271 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx); in PrepareContextToReceiveMembers() local
1184 ClangASTMetadata metadata; in ParseSubroutine() local
1321 ClangASTMetadata metadata; in ParseSubroutine() local
1802 ClangASTMetadata metadata; in ParseStructureLikeDIE() local
1968 uint32_t property_attributes, const ClangASTMetadata *metadata) in DelayedAddObjCClassProperty()
2259 lldb_private::Type *type, in CompleteEnumType()
2799 ClangASTMetadata metadata; in ParseObjCProperty() local
3359 Type *type = GetTypeForDIE(die); in GetClangDeclForDIE() local
[all …]
/freebsd-14.2/contrib/kyua/store/
H A Dread_transaction.cpp173 const model::metadata metadata = get_metadata(db, metadata_id); in get_test_cases() local
197 const model::test_result_type type = in parse_result() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp63 static lldb::Encoding TranslateBuiltinEncoding(PDB_BuiltinType type) { in TranslateBuiltinEncoding()
84 static lldb::Encoding TranslateEnumEncoding(PDB_VariantType type) { in TranslateEnumEncoding()
371 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType()
417 ClangASTMetadata metadata; in CreateLLDBTypeFromPDBType() local
926 auto type = symbol_file->ResolveTypeUID(data->getTypeId()); in GetDeclForSymbol() local
949 Type *type = symbol_file->ResolveTypeUID(sym_id); in GetDeclForSymbol() local
987 Type *type = symbol_file->ResolveTypeUID(sym_id); in GetDeclForSymbol() local
1013 auto type = symbol_file->ResolveTypeUID(symbol.getSymIndexId()); in GetDeclContextForSymbol() local
/freebsd-14.2/sys/dev/ice/
H A Dice_ddp_common.c331 bool metadata = false; in ice_is_buffer_metadata() local
966 ice_enum_labels(struct ice_seg *ice_seg, u32 type, struct ice_pkg_enum *state, in ice_enum_labels()
997 ice_find_label_value(struct ice_seg *ice_seg, char const *name, u32 type, in ice_find_label_value()
1756 ice_pkg_buf_alloc_section(struct ice_buf_build *bld, u32 type, u16 size) in ice_pkg_buf_alloc_section()
1807 ice_pkg_buf_alloc_single_section(struct ice_hw *hw, u32 type, u16 size, in ice_pkg_buf_alloc_single_section()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp615 ClangASTMetadata metadata; in CreateRecordType() local
749 clang::QualType PdbAstBuilder::GetBasicType(lldb::BasicType type) { in GetBasicType()
754 clang::QualType PdbAstBuilder::CreateType(PdbTypeSymId type) { in CreateType()
808 clang::QualType PdbAstBuilder::GetOrCreateType(PdbTypeSymId type) { in GetOrCreateType()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Darc.c1549 arc_buf_contents_t type; in arc_buf_type() local
1566 arc_bufc_to_flags(arc_buf_contents_t type) in arc_bufc_to_flags()
2202 arc_buf_contents_t type = arc_buf_type(hdr); in arc_evictable_space_increment() local
2241 arc_buf_contents_t type = arc_buf_type(hdr); in arc_evictable_space_decrement() local
2392 arc_buf_contents_t type = arc_buf_type(hdr); in arc_change_state() local
2915 arc_buf_contents_t type = arc_buf_type(hdr); in arc_hdr_free_on_write() local
3249 arc_buf_contents_t type) in arc_hdr_alloc()
3522 arc_buf_contents_t type = hdr->b_type; in l2arc_hdr_arcstats_update() local
4783 arc_buf_contents_t type = arc_buf_type(hdr); in arc_get_data_abd() local
4795 arc_buf_contents_t type = arc_buf_type(hdr); in arc_get_data_buf() local
[all …]
/freebsd-14.2/contrib/jemalloc/src/
H A Dstats.c239 #define OP(counter, type, human, derived, base_counter) \ in mutex_stats_emit() argument
1239 size_t allocated, active, metadata, metadata_thp, resident, mapped, in stats_print_helper() local
/freebsd-14.2/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c739 u8 type; in bnxt_re_get_user_dpi() local
1565 static u8 __from_ib_qp_type(enum ib_qp_type type) in __from_ib_qp_type()
2498 u16 type; in bnxt_re_update_qp_info() local
2558 enum ib_qp_type type, in ib_modify_qp_is_ok_compat()
4460 u32 metadata; in bnxt_re_is_nonzero_vlanid_pkt() local
4749 int type = 0, rc = 0; in bnxt_re_req_notify_cq() local
4886 struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type type, in bnxt_re_alloc_mr()
4953 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw()
/freebsd-14.2/sys/dev/qat_c2xxx/
H A Dqat_ae.c2092 #define ASSIGN_OBJ_TAB(np, typep, type, base, off, lim) \ in qat_aefw_uof_parse_image() argument
3360 u_int metadata; in qat_aefw_uof_write_one() local
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h3131 uint8_t type; member
4025 uint8_t type; member
4690 uint16_t type; member
5560 uint32_t metadata; member
7513 uint32_t metadata; member
8919 uint32_t metadata; member
9257 uint16_t type; member
9307 uint16_t type; member
9399 uint16_t type; member
9477 uint16_t type; member
[all …]
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h1149 #define DMU_OT(byteswap, metadata) \ argument
1849 #define ZFS_DIRENT_MAKE(type, obj) (((uint64_t)type << 60) | obj) argument