Searched refs:CLS_HAS_CXX_STRUCTORS (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-runtime-old.h46 #define CLS_HAS_CXX_STRUCTORS 0x2000 macro
116 return info & CLS_HAS_CXX_STRUCTORS;
H A Dobjc-class-old.mm2139 if (supercls->info & CLS_HAS_CXX_STRUCTORS) {
2140 if (cls_is_new) cls->info |= CLS_HAS_CXX_STRUCTORS;
2141 else cls->setInfo(CLS_HAS_CXX_STRUCTORS);
2352 duplicate->info = original->info & (CLS_CLASS|CLS_META|CLS_INITIALIZED|CLS_JAVA_HYBRID|CLS_JAVA_CLASS|CLS_HAS_CXX_STRUCTORS|CLS_HAS_LOAD_METHOD);
H A Druntime.h1625 #define CLS_HAS_CXX_STRUCTORS 0x2000 macro

Completed in 187 milliseconds