Searched refs:target_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp325 clang::QualType target_type = local
327 if (target_type.isNull())
329 else if (target_type == ast_ctx.UnknownAnyTy)
332 return ast_ctx.getConstType(target_type);
343 clang::QualType target_type = local
345 if (target_type.isNull())
347 else if (target_type == ast_ctx.UnknownAnyTy)
350 return ast_ctx.getPointerType(target_type);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h121 /// \param target_type Can pass nullptr.
122 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h180 CompilerType *target_type, // Can pass NULL
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp537 lldb_private::Type *target_type = local
539 if (!target_type)
551 CompilerType target_ast_type = target_type->GetFullCompilerType();
575 size, nullptr, target_type->GetID(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1373 TypeSP target_type = GetOrCreateType(udt.Type); local
1379 toOpaqueUid(id), this, ConstString(udt.Name), target_type->GetByteSize(),
1380 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID,
1381 decl, target_type->GetForwardCompilerType(),
/freebsd-13-stable/usr.sbin/fstyp/
H A Dhammer2_disk.h1019 uint8_t target_type; /* 0084 hardlink target type */ member in struct:hammer2_inode_meta
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h628 CompilerType *target_type = nullptr);
637 CompilerType *target_type, // Can pass nullptr
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptintf.h939 /* param type is determined by target_type and info_type*/
942 HPT_U8 target_type; member in struct:_SET_DEV_INFO
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhptintf.h1138 /* param type is determined by target_type and info_type*/
1141 HPT_U8 target_type; member in struct:_SET_DEV_INFO
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptintf.h1134 /* param type is determined by target_type and info_type*/
1137 HPT_U8 target_type; member in struct:_SET_DEV_INFO

Completed in 202 milliseconds