search for: objc_object

Displaying 4 results from an estimated 4 matches for "objc_object".

2006 Oct 16
1
[LLVMdev] initializer does not match global variable type.
...truct.objc_class*, %struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*, %struct.objc_method_list*, %struct.sarray*, %struct.objc_class*, %struct.objc_class*, %struct.objc_protocol_list*, sbyte* } %struct.objc_ivar_list = type opaque %struct.objc_method_list = type opaque %struct.objc_object = type { %struct.objc_class* } %struct.objc_protocol_list = type opaque %struct.sarray = type opaque %llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { int 65535, void ()* %_GLOBAL__I_main } ] ; <[1 x { int, void ()* }]*> [#uses=0] %.str_2 = internal consta...
2006 Oct 17
1
[LLVMdev] initializer does not match global variable type.
...truct.objc_class*, %struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*, %struct.objc_method_list*, %struct.sarray*, %struct.objc_class*, %struct.objc_class*, %struct.objc_protocol_list*, sbyte* } %struct.objc_ivar_list = type opaque %struct.objc_method_list = type opaque %struct.objc_object = type { %struct.objc_class* } %struct.objc_protocol_list = type opaque %struct.sarray = type opaque %llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { int 65535, void ()* %_GLOBAL__I_main } ] ; <[1 x { int, void ()* }]*> [#uses=0] %.str_2 = internal consta...
2010 May 18
8
gem for snow leopard?
Does anybody plan to post binary rem for SL? Id''love to rely on its availability in the installation script... As wx included in installation package makes it huge... Sergey Chernov real.sergeych@gmail.com
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...; s) const override + { + ty->print_right(s); + } +}; + +class pointer_type final : public type +{ + node* pointee; + +public: + pointer_type(node* pointee) : pointee(pointee) { + has_rhs_component(pointee->has_rhs_component()); + } + + // FIXME: formatting for objc_object<...> to id + + void print_left(stream& s) const override + { + pointee->print_left(s); + if (pointee->has_array()) + s += " "; + if (pointee->has_array() || pointee->has_function()) + s += "("; + s +=...