Searched refs:AUTO_TYPE_UNKNOWN (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DBlockRef.h232 _layout = AUTO_TYPE_UNKNOWN;
H A Dauto_zone.h380 AUTO_TYPE_UNKNOWN = -1, // this is an error value enumerator in enum:__anon9191
H A DZone.cpp779 if (!subzone->block_is_start(block, &q)) return AUTO_TYPE_UNKNOWN; // might have a pointer to a bogus location in a subzone
786 return AUTO_TYPE_UNKNOWN;
H A Dauto_zone.cpp1184 if (type == AUTO_TYPE_UNKNOWN) return;
1196 if (type == AUTO_TYPE_UNKNOWN) return;
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto.mm1281 auto_zone_get_layout_type(zone, (void *)base) : AUTO_TYPE_UNKNOWN;
1317 case AUTO_TYPE_UNKNOWN:

Completed in 68 milliseconds