Home
last modified time | relevance | path

Searched refs:target_type (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp330 clang::QualType target_type = in BuildType() local
332 if (target_type.isNull()) in BuildType()
334 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType()
337 return ast_ctx.getConstType(target_type); in BuildType()
348 clang::QualType target_type = in BuildType() local
350 if (target_type.isNull()) in BuildType()
352 else if (target_type == ast_ctx.UnknownAnyTy) in BuildType()
355 return ast_ctx.getPointerType(target_type); in BuildType()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h248 virtual const std::type_info& target_type() const _NOEXCEPT = 0;
277 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual const std::type_info& target_type() const _NOEXCEPT;
326 const std::type_info& __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::target_type() const _NOEXCEPT {
468 _LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT {
471 return __f_->target_type();
728 …_LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT { return *__policy_->__t…
813 _LIBCPP_HIDE_FROM_ABI_VIRTUAL virtual const std::type_info& target_type() const _NOEXCEPT {
910 _LIBCPP_HIDE_FROM_ABI const std::type_info& target_type() const _NOEXCEPT;
995 const std::type_info& function<_Rp(_ArgTypes...)>::target_type() const _NOEXCEPT {
996 return __f_.target_type();
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.h38 u32 target_type; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp549 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 DCompilerType.h174 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h197 CompilerType *target_type, // Can pass NULL
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h1017 uint8_t target_type; /* 0084 hardlink target type */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1890 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/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h698 CompilerType *target_type = nullptr);
707 CompilerType *target_type, // Can pass nullptr
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3625 CompilerType target_type; in CreateValueObjectFromBool() local
3630 target_type = compiler_type; in CreateValueObjectFromBool()
3636 if (auto temp = target_type.GetByteSize(target.get())) in CreateValueObjectFromBool()
3642 target_type); in CreateValueObjectFromBool()
/freebsd/sys/dev/hptrr/
H A Dhptintf.h940 HPT_U8 target_type; member
/freebsd/sys/dev/hpt27xx/
H A Dhptintf.h1139 HPT_U8 target_type; member
/freebsd/sys/dev/hptnr/
H A Dhptintf.h1135 HPT_U8 target_type; member
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional457 const std::type_info& target_type() const noexcept;