/freebsd/sys/vm/ |
H A D | vm_pager.c | 399 vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type) in vm_pager_alloc_dyn_type() argument 404 MPASS(base_type == -1 || in vm_pager_alloc_dyn_type() 405 (base_type >= OBJT_SWAP && base_type < nitems(pagertab))); in vm_pager_alloc_dyn_type() 414 if (base_type != -1) { in vm_pager_alloc_dyn_type() 415 MPASS(pagertab[base_type] != NULL); in vm_pager_alloc_dyn_type() 418 ops->pgo_##n = pagertab[base_type]->pgo_##n in vm_pager_alloc_dyn_type()
|
H A D | vm_pager.h | 284 int vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 438 typedef OnDiskChainedHashTable<Info> base_type; typedef 439 typedef typename base_type::internal_key_type internal_key_type; 440 typedef typename base_type::external_key_type external_key_type; 441 typedef typename base_type::data_type data_type; 442 typedef typename base_type::hash_value_type hash_value_type; 443 typedef typename base_type::offset_type offset_type; 500 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AllocatorList.h | 95 using base_type = variable 108 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() 114 : base_type(X.wrapped()) {} 118 reference operator*() const { return base_type::wrapped()->V; }
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.cpp | 427 ObjCLanguageRuntime::GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument 431 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType() 433 else if (TypeSystemClang::IsObjCObjectOrInterfaceType(base_type)) in GetRuntimeType() 434 class_type = base_type; in GetRuntimeType()
|
H A D | ObjCLanguageRuntime.h | 277 std::optional<CompilerType> GetRuntimeType(CompilerType base_type) override;
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_sprom_subr.c | 594 bhnd_nvram_type base_type; in bhnd_sprom_opcode_set_type() local 617 base_type = bhnd_nvram_base_type(type); in bhnd_sprom_opcode_set_type() 618 switch (base_type) { in bhnd_sprom_opcode_set_type() 640 state->var.base_type = base_type; in bhnd_sprom_opcode_set_type()
|
H A D | bhnd_nvram_data_spromvar.h | 102 bhnd_nvram_type base_type; /**< current bind input type */ member
|
H A D | bhnd_nvram_data_sprom.c | 565 binding_var->base_type, in bhnd_nvram_sprom_write_var() 1175 binding_var->base_type, in bhnd_nvram_sprom_read_var()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
H A D | ABISysV_arm.cpp | 1701 CompilerType base_type; in GetReturnValueObjectImpl() local 1703 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl() 1706 std::optional<uint64_t> base_byte_size = base_type.GetByteSize(&thread); in GetReturnValueObjectImpl() 1707 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl() 1715 } else if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1730 base_type = compiler_type.GetFieldAtIndex(index, name, nullptr, in GetReturnValueObjectImpl() 1733 if (base_type.IsFloatingPointType(float_count, is_complex)) { in GetReturnValueObjectImpl() 1735 base_type.GetByteSize(&thread); in GetReturnValueObjectImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABIMacOSX_arm64.cpp | 499 CompilerType base_type; in LoadValueFromConsecutiveGPRRegisters() local 501 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters() 505 if (!base_type) in LoadValueFromConsecutiveGPRRegisters() 508 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
H A D | ABISysV_arm64.cpp | 474 CompilerType base_type; in LoadValueFromConsecutiveGPRRegisters() local 476 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters() 480 if (!base_type) in LoadValueFromConsecutiveGPRRegisters() 483 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 187 virtual std::optional<CompilerType> GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 504 CompilerType base_type = GetDirectBaseClassAtIndex(i, &bit_offset); in GetNumberOfNonEmptyBaseClasses() local 505 if (base_type.GetNumFields() > 0 || in GetNumberOfNonEmptyBaseClasses() 506 base_type.GetNumberOfNonEmptyBaseClasses() > 0) in GetNumberOfNonEmptyBaseClasses()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 1370 auto base_type = symbol_file.ResolveTypeUID(base->getTypeId()); in AddRecordBases() local 1371 if (!base_type) in AddRecordBases() 1374 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases()
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 2683 function parse_array_type_specifier(str, base_type, _count) { 2687 return (array_type_new(base_type, int(_count))) 2689 return (base_type) 4094 function parse_srom_segment(base_offset, base_type, _simple, _type, _type_str, 4127 _type = base_type
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 6162 char base_type = '\0'; in store_allow_perm() local 6177 base_type = ZFS_DELEG_NAMED_SET; in store_allow_perm() 6183 base_type = ZFS_DELEG_CREATE; in store_allow_perm() 6189 base_type = ZFS_DELEG_USER; in store_allow_perm() 6198 base_type = ZFS_DELEG_GROUP; in store_allow_perm() 6207 base_type = ZFS_DELEG_EVERYONE; in store_allow_perm() 6215 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm() 6249 base_type, locality, who); in store_allow_perm() 6253 base_type, locality); in store_allow_perm() 6282 "%c%c$%s", base_type, locality, who); in store_allow_perm() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProf.h | 1339 size_t erase(const key_type &Key) { return base_type::erase(Key); } 1341 iterator erase(iterator It) { return base_type::erase(It); }
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 730 QualType base_type = bi->getType(); in importRecordLayoutFromOrigin() local 731 const RecordType *base_record_type = base_type->getAs<RecordType>(); in importRecordLayoutFromOrigin()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 179 HANDLE_DW_TAG(0x0024, base_type, 2, DWARF, DW_KIND_TYPE)
|