Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp325 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()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
H A Dtarget_type.pass.cpp61 assert(f.target_type() == typeid(A)); in main()
65 assert(f.target_type() == typeid(void)); in main()
/llvm-project-15.0.7/llvm/cmake/modules/
H A DCoverageReport.cmake35 get_target_property(target_type ${target} TYPE)
36 if("${target_type}" STREQUAL "SHARED_LIBRARY" OR "${target_type}" STREQUAL "EXECUTABLE")
H A DLLVMExternalProjectUtils.cmake109 get_target_property(target_type "${tool}" TYPE)
110 if(NOT target_type STREQUAL "OBJECT_LIBRARY" AND
111 NOT target_type STREQUAL "UTILITY" AND
112 NOT target_type STREQUAL "GLOBAL_TARGET" AND
113 NOT target_type STREQUAL "INTERFACE_LIBRARY")
H A DAddLLVM.cmake2098 get_target_property(target_type ${target} TYPE)
2099 if(${target_type} STREQUAL "STATIC_LIBRARY")
2101 elseif(UNIX AND ${target_type} STREQUAL "SHARED_LIBRARY")
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCLibraryRules.cmake3 get_target_property(target_type ${target} "TARGET_TYPE")
4 if(NOT target_type)
8 if(${target_type} STREQUAL ${OBJECT_LIBRARY_TARGET_TYPE})
19 if(${target_type} STREQUAL ${ENTRYPOINT_OBJ_TARGET_TYPE})
40 if(${target_type} STREQUAL ${ENTRYPOINT_EXT_TARGET_TYPE})
/llvm-project-15.0.7/libcxx/include/__functional/
H A Dfunction.h562 return __f_->target_type();
1206 return __f_.target_type();
1744 const std::type_info& target_type() const;
1930 function<_Rp()>::target_type() const
1934 return __f_->target_type();
2022 const std::type_info& target_type() const;
2208 function<_Rp(_A0)>::target_type() const
2212 return __f_->target_type();
2486 function<_Rp(_A0, _A1)>::target_type() const
2490 return __f_->target_type();
[all …]
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/
H A Dfunc.blocks.pass.cpp142 RTTI_ASSERT(f.target_type() == typeid(int(^)(int))); in main()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp543 lldb_private::Type *target_type = in CreateLLDBTypeFromPDBType() local
545 if (!target_type) in CreateLLDBTypeFromPDBType()
557 CompilerType target_ast_type = target_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()
581 size, nullptr, target_type->GetID(), in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/lldb/cmake/modules/
H A DAddLLDB.cmake270 get_target_property(target_type ${name} TYPE)
271 if(target_type STREQUAL "EXECUTABLE")
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h127 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
H A DTypeSystem.h180 CompilerType *target_type, // Can pass NULL
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1751 TypeSP target_type = GetOrCreateType(udt.Type); in CreateTypedef() local
1758 target_type->GetByteSize(nullptr), nullptr, target_type->GetID(), in CreateTypedef()
1760 target_type->GetForwardCompilerType(), in CreateTypedef()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h602 CompilerType *target_type = nullptr);
611 CompilerType *target_type, // Can pass nullptr
/llvm-project-15.0.7/libcxx/include/
H A Dfunctional430 const std::type_info& target_type() const noexcept;