| /freebsd-13.1/sys/vm/ |
| H A D | vm_pager.c | 390 vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type) in vm_pager_alloc_dyn_type() argument 395 MPASS(base_type == -1 || in vm_pager_alloc_dyn_type() 396 (base_type >= OBJT_DEFAULT && base_type < nitems(pagertab))); in vm_pager_alloc_dyn_type() 405 if (base_type != -1) { in vm_pager_alloc_dyn_type() 406 MPASS(pagertab[base_type] != NULL); in vm_pager_alloc_dyn_type() 409 ops->pgo_##n = pagertab[base_type]->pgo_##n in vm_pager_alloc_dyn_type()
|
| H A D | vm_pager.h | 252 int vm_pager_alloc_dyn_type(struct pagerops *ops, int base_type);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 435 typedef OnDiskChainedHashTable<Info> base_type; typedef 436 typedef typename base_type::internal_key_type internal_key_type; 437 typedef typename base_type::external_key_type external_key_type; 438 typedef typename base_type::data_type data_type; 439 typedef typename base_type::hash_value_type hash_value_type; 440 typedef typename base_type::offset_type offset_type; 497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | AllocatorList.h | 96 using base_type = variable 109 explicit IteratorImpl(const IteratorBase &I) : base_type(I) {} in IteratorImpl() 115 : base_type(X.wrapped()) {} 119 reference operator*() const { return base_type::wrapped()->V; }
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.cpp | 387 ObjCLanguageRuntime::GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument 391 if (TypeSystemClang::IsObjCObjectPointerType(base_type, &class_type)) in GetRuntimeType() 393 else if (TypeSystemClang::IsObjCObjectOrInterfaceType(base_type)) in GetRuntimeType() 394 class_type = base_type; in GetRuntimeType()
|
| H A D | ObjCLanguageRuntime.h | 260 llvm::Optional<CompilerType> GetRuntimeType(CompilerType base_type) override;
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_data_sprom_subr.c | 597 bhnd_nvram_type base_type; in bhnd_sprom_opcode_set_type() local 620 base_type = bhnd_nvram_base_type(type); in bhnd_sprom_opcode_set_type() 621 switch (base_type) { in bhnd_sprom_opcode_set_type() 643 state->var.base_type = base_type; in bhnd_sprom_opcode_set_type()
|
| H A D | bhnd_nvram_data_spromvar.h | 103 bhnd_nvram_type base_type; /**< current bind input type */ member
|
| H A D | bhnd_nvram_data_sprom.c | 567 binding_var->base_type, in bhnd_nvram_sprom_write_var() 1177 binding_var->base_type, in bhnd_nvram_sprom_read_var()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 1700 CompilerType base_type; in GetReturnValueObjectImpl() local 1702 compiler_type.IsHomogeneousAggregate(&base_type); in GetReturnValueObjectImpl() 1706 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-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 506 CompilerType base_type; in LoadValueFromConsecutiveGPRRegisters() local 508 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters() 512 if (!base_type) in LoadValueFromConsecutiveGPRRegisters() 515 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| H A D | ABISysV_arm64.cpp | 481 CompilerType base_type; in LoadValueFromConsecutiveGPRRegisters() local 483 value_type.IsHomogeneousAggregate(&base_type); in LoadValueFromConsecutiveGPRRegisters() 487 if (!base_type) in LoadValueFromConsecutiveGPRRegisters() 490 base_type.GetByteSize(exe_ctx.GetBestExecutionContextScope()); in LoadValueFromConsecutiveGPRRegisters()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | LanguageRuntime.h | 153 virtual llvm::Optional<CompilerType> GetRuntimeType(CompilerType base_type) { in GetRuntimeType() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1352 auto base_type = symbol_file.ResolveTypeUID(base->getTypeId()); in AddRecordBases() local 1353 if (!base_type) in AddRecordBases() 1356 auto base_comp_type = base_type->GetFullCompilerType(); in AddRecordBases()
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 5786 char base_type = '\0'; in store_allow_perm() local 5801 base_type = ZFS_DELEG_NAMED_SET; in store_allow_perm() 5807 base_type = ZFS_DELEG_CREATE; in store_allow_perm() 5813 base_type = ZFS_DELEG_USER; in store_allow_perm() 5822 base_type = ZFS_DELEG_GROUP; in store_allow_perm() 5831 base_type = ZFS_DELEG_EVERYONE; in store_allow_perm() 5839 assert(set_type != '\0' && base_type != '\0'); in store_allow_perm() 5873 base_type, locality, who); in store_allow_perm() 5877 base_type, locality); in store_allow_perm() 5906 "%c%c$%s", base_type, locality, who); in store_allow_perm() [all …]
|
| /freebsd-13.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 2684 function parse_array_type_specifier(str, base_type, _count) { 2688 return (array_type_new(base_type, int(_count))) 2690 return (base_type) 4095 function parse_srom_segment(base_offset, base_type, _simple, _type, _type_str, 4128 _type = base_type
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 1586 QualType base_type = bi->getType(); in layoutRecordType() local 1587 const RecordType *base_record_type = base_type->getAs<RecordType>(); in layoutRecordType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 169 HANDLE_DW_TAG(0x0024, base_type, 2, DWARF, DW_KIND_TYPE)
|