Home
last modified time | relevance | path

Searched refs:objc_class (Results 1 – 25 of 1938) sorted by relevance

12345678910>>...78

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/cocoa/objc/
H A Dobjc_uniquifying.h60 inline static struct objc_class * GetCompiledClass();
68 inline static struct objc_class *GetSuperclass();
79 static void Init(Type m_theString, const objc_class *aClass) in Init()
115 static struct objc_class* Get() in Get()
187 struct objc_class* wx_GetObjcClass_ ## ObjcClass();
212 inline objc_class * wxObjcCompilerInformation<ObjcClass>::GetCompiledClass() \
232 inline objc_class * wxObjcCompilerInformation<ObjcClass>::GetCompiledClass() \
234 register struct objc_class *retval; \
261 inline objc_class * wxObjcCompilerInformation<ObjcClass>::GetCompiledClass() \
263 register struct objc_class *retval; \
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/cocoa/objc/
H A Dobjc_uniquifying.h60 inline static struct objc_class * GetCompiledClass();
68 inline static struct objc_class *GetSuperclass();
79 static void Init(Type m_theString, const objc_class *aClass) in Init()
115 static struct objc_class* Get() in Get()
187 struct objc_class* wx_GetObjcClass_ ## ObjcClass();
212 inline objc_class * wxObjcCompilerInformation<ObjcClass>::GetCompiledClass() \
232 inline objc_class * wxObjcCompilerInformation<ObjcClass>::GetCompiledClass() \
234 register struct objc_class *retval; \
261 inline objc_class * wxObjcCompilerInformation<ObjcClass>::GetCompiledClass() \
263 register struct objc_class *retval; \
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A Dobjc.h71 struct objc_class* class_pointer;
104 typedef struct objc_class *MetaClass;
105 typedef struct objc_class *Class;
106 struct objc_class { struct
109 struct objc_class* super_class; /* Pointer to the super argument
132 struct objc_class* subclass_list; /* Subclasses */ argument
133 struct objc_class* sibling_class; argument
141 struct objc_class* class_pointer; argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libobjc/objc/
H A Dobjc.h71 struct objc_class* class_pointer;
104 typedef struct objc_class *MetaClass;
105 typedef struct objc_class *Class;
106 struct objc_class { struct
109 struct objc_class* super_class; /* Pointer to the super argument
132 struct objc_class* subclass_list; /* Subclasses */ argument
133 struct objc_class* sibling_class; argument
141 struct objc_class* class_pointer; argument
/dports/lang/libobjc2/libobjc2-2.1/
H A DNSBlocks.m9 OBJC_PUBLIC struct objc_class _NSConcreteGlobalBlock; struct
10 OBJC_PUBLIC struct objc_class _NSConcreteStackBlock; struct
11 OBJC_PUBLIC struct objc_class _NSConcreteMallocBlock; struct
13 static struct objc_class _NSConcreteGlobalBlockMeta; struct
14 static struct objc_class _NSConcreteStackBlockMeta; struct
15 static struct objc_class _NSConcreteMallocBlockMeta; struct
17 static struct objc_class _NSBlock; struct
18 static struct objc_class _NSBlockMeta; struct
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
368 std::unique_ptr<objc_class_t> objc_class; in Describe() local
372 if (!Read_objc_class(process, objc_class)) in Describe()
380 superclass_func(objc_class->m_superclass); in Describe()
475 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
477 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
481 objc_class->m_superclass); in GetSuperclass()
490 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
492 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
365 std::unique_ptr<objc_class_t> objc_class; in Describe() local
369 if (!Read_objc_class(process, objc_class)) in Describe()
377 superclass_func(objc_class->m_superclass); in Describe()
472 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
474 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
478 objc_class->m_superclass); in GetSuperclass()
487 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
489 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
368 std::unique_ptr<objc_class_t> objc_class; in Describe() local
372 if (!Read_objc_class(process, objc_class)) in Describe()
380 superclass_func(objc_class->m_superclass); in Describe()
475 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
477 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
481 objc_class->m_superclass); in GetSuperclass()
490 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
492 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
368 std::unique_ptr<objc_class_t> objc_class; in Describe() local
372 if (!Read_objc_class(process, objc_class)) in Describe()
380 superclass_func(objc_class->m_superclass); in Describe()
475 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
477 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
481 objc_class->m_superclass); in GetSuperclass()
490 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
492 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
368 std::unique_ptr<objc_class_t> objc_class; in Describe() local
372 if (!Read_objc_class(process, objc_class)) in Describe()
380 superclass_func(objc_class->m_superclass); in Describe()
475 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
477 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
481 objc_class->m_superclass); in GetSuperclass()
490 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
492 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
365 std::unique_ptr<objc_class_t> objc_class; in Describe() local
369 if (!Read_objc_class(process, objc_class)) in Describe()
377 superclass_func(objc_class->m_superclass); in Describe()
472 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
474 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
478 objc_class->m_superclass); in GetSuperclass()
487 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
489 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp20 objc_class.reset(new objc_class_t); in Read_objc_class()
25 objc_class.reset(); in Read_objc_class()
344 std::unique_ptr<objc_class_t> objc_class; in Describe() local
348 if (!Read_objc_class(process, objc_class)) in Describe()
356 superclass_func(objc_class->m_superclass); in Describe()
446 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
448 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
452 objc_class->m_superclass); in GetSuperclass()
461 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
463 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
365 std::unique_ptr<objc_class_t> objc_class; in Describe() local
369 if (!Read_objc_class(process, objc_class)) in Describe()
377 superclass_func(objc_class->m_superclass); in Describe()
472 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
474 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
478 objc_class->m_superclass); in GetSuperclass()
487 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
489 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
365 std::unique_ptr<objc_class_t> objc_class; in Describe() local
369 if (!Read_objc_class(process, objc_class)) in Describe()
377 superclass_func(objc_class->m_superclass); in Describe()
472 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
474 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
478 objc_class->m_superclass); in GetSuperclass()
487 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
489 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp19 objc_class = std::make_unique<objc_class_t>(); in Read_objc_class()
24 objc_class.reset(); in Read_objc_class()
368 std::unique_ptr<objc_class_t> objc_class; in Describe() local
372 if (!Read_objc_class(process, objc_class)) in Describe()
380 superclass_func(objc_class->m_superclass); in Describe()
475 std::unique_ptr<objc_class_t> objc_class; in GetSuperclass() local
477 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
481 objc_class->m_superclass); in GetSuperclass()
490 std::unique_ptr<objc_class_t> objc_class; in GetMetaclass() local
492 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenObjCXX/
H A Dmsabi-objc-types.mm9 // CHECK: @"?klass@@3PAU.objc_class@@A" = dso_local global
42 // CHECK-LABEL: "?h@@YAXPAU.objc_class@@@Z"
45 // CHECK-LABEL: "?h@@YAXAAPAU.objc_class@@@Z"
48 // CHECK-LABEL: "?h@@YAXABQAU.objc_class@@@Z"
51 // CHECK-LABEL: "?h@@YAX$$QAPAU.objc_class@@@Z"
126 // CHECK-LABEL: "?m@s@@QAAXPAPAU.objc_class@@@Z"
129 // CHECK-LABEL: "?m@s@@QAAXPBQAU.objc_class@@@Z"
132 // CHECK-LABEL: "?m@s@@QAAXPAU.objc_class@@@Z"
135 // CHECK-LABEL: "?m@s@@QAAXAAPAU.objc_class@@@Z"
138 // CHECK-LABEL: "?m@s@@QAAXABQAU.objc_class@@@Z"
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
/dports/lang/gcc8/gcc-8.5.0/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
/dports/lang/gcc48/gcc-4.8.5/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
/dports/lang/gcc11/gcc-11.2.0/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
/dports/lang/gcc10/gcc-10.3.0/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { in objc_compare_ptrs()
188 struct objc_class* class_pointer; /* Pointer to the class's meta in objc_compare_ptrs()
190 struct objc_class* super_class; /* Pointer to the super in objc_compare_ptrs()
223 struct objc_class* subclass_list; /* Subclasses */ in objc_compare_ptrs()
224 struct objc_class* sibling_class; in objc_compare_ptrs()
/dports/lang/gcc11-devel/gcc-11-20211009/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument
/dports/devel/avr-gcc/gcc-10.2.0/libobjc/objc-private/
H A Dmodule-abi-8.h163 struct objc_class* class_pointer;
187 struct objc_class { struct
188 struct objc_class* class_pointer; /* Pointer to the class's meta argument
190 struct objc_class* super_class; /* Pointer to the super argument
223 struct objc_class* subclass_list; /* Subclasses */ argument
224 struct objc_class* sibling_class; argument

12345678910>>...78