Searched refs:target_type (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 325 clang::QualType target_type = in BuildType() local 327 if (target_type.isNull()) in BuildType() 329 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType() 332 return ast_ctx.getConstType(target_type); in BuildType() 343 clang::QualType target_type = in BuildType() local 345 if (target_type.isNull()) in BuildType() 347 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType() 350 return ast_ctx.getPointerType(target_type); in BuildType()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 246 virtual const std::type_info& target_type() const _NOEXCEPT = 0; 275 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual const std::type_info& target_type() const _NOEXCEPT; 324 const std::type_info& __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::target_type() const _NOEXCEPT { 466 _LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT { 469 return __f_->target_type(); 726 …_LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT { return *__policy_->__t… 807 …virtual const std::type_info& target_type() const _NOEXCEPT { return typeid(__func::__block_type);… 902 _LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT; 987 const std::type_info& function<_Rp(_ArgTypes...)>::target_type() const _NOEXCEPT { 988 return __f_.target_type();
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | snoc.h | 38 u32 target_type; member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 549 lldb_private::Type *target_type = in CreateLLDBTypeFromPDBType() local 551 if (!target_type) in CreateLLDBTypeFromPDBType() 562 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType() 586 target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, decl, in CreateLLDBTypeFromPDBType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 174 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
|
| H A D | TypeSystem.h | 192 CompilerType *target_type, // Can pass NULL
|
| /freebsd-14.2/usr.sbin/fstyp/ |
| H A D | hammer2_disk.h | 1017 uint8_t target_type; /* 0084 hardlink target type */ member
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1890 TypeSP target_type = GetOrCreateType(udt.Type); in CreateTypedef() local 1903 toOpaqueUid(id), ConstString(udt.Name), target_type->GetByteSize(nullptr), in CreateTypedef() 1904 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, in CreateTypedef() 1905 decl, target_type->GetForwardCompilerType(), in CreateTypedef()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 687 CompilerType *target_type = nullptr); 696 CompilerType *target_type, // Can pass nullptr
|
| /freebsd-14.2/sys/dev/hptrr/ |
| H A D | hptintf.h | 940 HPT_U8 target_type; member
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 442 const std::type_info& target_type() const noexcept;
|
| /freebsd-14.2/sys/dev/hptnr/ |
| H A D | hptintf.h | 1135 HPT_U8 target_type; member
|
| /freebsd-14.2/sys/dev/hpt27xx/ |
| H A D | hptintf.h | 1139 HPT_U8 target_type; member
|