Searched refs:target_type (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 340 clang::QualType target_type = in BuildType() local 342 if (target_type.isNull()) in BuildType() 344 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType() 347 return ast_ctx.getConstType(target_type); in BuildType() 358 clang::QualType target_type = in BuildType() local 360 if (target_type.isNull()) in BuildType() 362 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType() 365 return ast_ctx.getPointerType(target_type); in BuildType()
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | function.h | 148 virtual const std::type_info& target_type() const _NOEXCEPT = 0; 182 …_LIBCPP_HIDE_FROM_ABI_VIRTUAL const std::type_info& target_type() const _NOEXCEPT override { retur… 312 _LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT { 315 return __f_->target_type(); 520 …_LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT { return *__policy_->__t… 596 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual const std::type_info& target_type() const _NOEXCEPT { 693 _LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT; 778 const std::type_info& function<_Rp(_ArgTypes...)>::target_type() const _NOEXCEPT { 779 return __f_.target_type();
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | snoc.h | 39 u32 target_type; member
|
| /freebsd/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/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 175 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
|
| H A D | TypeSystem.h | 197 CompilerType *target_type, // Can pass NULL
|
| /freebsd/usr.sbin/fstyp/ |
| H A D | hammer2_disk.h | 1019 uint8_t target_type; /* 0084 hardlink target type */ member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1907 TypeSP target_type = GetOrCreateType(udt.Type); in CreateTypedef() local 1920 llvm::expectedToOptional(target_type->GetByteSize(nullptr)), in CreateTypedef() 1921 nullptr, target_type->GetID(), in CreateTypedef() 1923 target_type->GetForwardCompilerType(), in CreateTypedef()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 695 CompilerType *target_type = nullptr); 704 CompilerType *target_type, // Can pass nullptr
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 3595 CompilerType target_type; in CreateValueObjectFromBool() local 3600 target_type = compiler_type; in CreateValueObjectFromBool() 3607 llvm::expectedToOptional(target_type.GetByteSize(target.get()))) in CreateValueObjectFromBool() 3613 target_type); in CreateValueObjectFromBool()
|
| /freebsd/sys/dev/hptrr/ |
| H A D | hptintf.h | 940 HPT_U8 target_type; member
|
| /freebsd/sys/dev/hpt27xx/ |
| H A D | hptintf.h | 1139 HPT_U8 target_type; member
|
| /freebsd/sys/dev/hptnr/ |
| H A D | hptintf.h | 1135 HPT_U8 target_type; member
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 459 const std::type_info& target_type() const noexcept;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | functional | 457 const std::type_info& target_type() const noexcept;
|