Searched refs:_C_UNION_E (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-layout.mm855 while ((ch = *type) && ch != _C_UNION_E) {
871 if (ch == _C_UNION_E) {
874 _objc_inform("missing \'%c\' in ivar type", _C_UNION_E);
H A Druntime.h1585 #define _C_UNION_E ')' macro
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_signatures.py103 self.assertEquals(objc._C_UNION_E, ")")
H A Dtest_conversion.py467 self.assertEquals(objc._C_UNION_E, ")")
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_signatures.py96 self.assertEquals(objc._C_UNION_E, b")")
H A Dtest_conversion.py485 self.assertEquals(objc._C_UNION_E, b")")
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_signatures.py96 self.assertEqual(objc._C_UNION_E, b")")
H A Dtest_conversion.py512 self.assertEqual(objc._C_UNION_E, b")")
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.m431 while (*type != _C_UNION_E && *type++ != '=');
432 while (type && *type != _C_UNION_E) {
548 while (*type != _C_UNION_E && *type++ != '=');
549 while (type && *type != _C_UNION_E) {
717 while (*type != _C_UNION_E)
875 while (*type != _C_UNION_E && *type++ != '=');
878 while (*type != _C_UNION_E) {
H A Dmodule.m1588 while (buf && *buf != _C_UNION_E && *buf && *buf++ != '=') {
1590 while (buf && *buf && *buf != _C_UNION_E) {
1823 { "_C_UNION_E", _C_UNION_E },
H A Dclass-builder.m534 while (*buf != _C_UNION_E && *buf && *buf++ != '=') {
536 while (*buf && *buf != _C_UNION_E) {
H A Dparsexml.m125 while (buf && *buf != _C_UNION_E && *buf && *buf++ != '=') {
127 while (buf && *buf && *buf != _C_UNION_E) {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_support.m434 while (*type != _C_UNION_E && *type++ != '=');
435 while (type && *type != _C_UNION_E) {
551 while (*type != _C_UNION_E && *type++ != '=');
552 while (type && *type != _C_UNION_E) {
720 while (*type != _C_UNION_E)
878 while (*type != _C_UNION_E && *type++ != '=');
881 while (*type != _C_UNION_E) {
H A Dmodule.m1688 while (buf && *buf != _C_UNION_E && *buf && *buf++ != '=') {
1690 while (buf && *buf && *buf != _C_UNION_E) {
2105 { "_C_UNION_E", _C_UNION_E },
H A Dclass-builder.m534 while (*buf != _C_UNION_E && *buf && *buf++ != '=') {
536 while (*buf && *buf != _C_UNION_E) {
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.m432 while (*type != _C_UNION_E && *type++ != '=');
433 while (type && *type != _C_UNION_E) {
549 while (*type != _C_UNION_E && *type++ != '=');
550 while (type && *type != _C_UNION_E) {
718 while (*type != _C_UNION_E)
877 while (*type != _C_UNION_E) {
H A Dparsexml.m125 while (buf && *buf != _C_UNION_E && *buf && *buf++ != '=') {
127 while (buf && *buf && *buf != _C_UNION_E) {
H A Dclass-builder.m518 while (*buf != _C_UNION_E && *buf && *buf++ != '=') {
520 while (*buf && *buf != _C_UNION_E) {
H A Dmodule.m1673 { "_C_UNION_E", _C_UNION_E },

Completed in 227 milliseconds