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 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()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/ |
| H A D | target_type.pass.cpp | 61 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 D | CoverageReport.cmake | 35 get_target_property(target_type ${target} TYPE) 36 if("${target_type}" STREQUAL "SHARED_LIBRARY" OR "${target_type}" STREQUAL "EXECUTABLE")
|
| H A D | LLVMExternalProjectUtils.cmake | 109 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 D | AddLLVM.cmake | 2098 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 D | LLVMLibCLibraryRules.cmake | 3 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 D | function.h | 562 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 D | func.blocks.pass.cpp | 142 RTTI_ASSERT(f.target_type() == typeid(int(^)(int))); in main()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 543 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 D | AddLLDB.cmake | 270 get_target_property(target_type ${name} TYPE) 271 if(target_type STREQUAL "EXECUTABLE")
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 127 bool IsPossibleDynamicType(CompilerType *target_type, bool check_cplusplus,
|
| H A D | TypeSystem.h | 180 CompilerType *target_type, // Can pass NULL
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1751 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 D | TypeSystemClang.h | 602 CompilerType *target_type = nullptr); 611 CompilerType *target_type, // Can pass nullptr
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | functional | 430 const std::type_info& target_type() const noexcept;
|