Searched refs:OSTypeAlloc (Results 1 – 2 of 2) sorted by relevance
18 #define OSTypeAlloc(type) ((type *) ((type::metaClass)->alloc())) macro
683 …OSArray *arr = OSTypeAlloc(OSArray); // expected-note{{Call to method 'OSMetaClass::alloc' returns… in test_ostypealloc_correct_diagnostic_name()726 table = OSTypeAlloc(OSArray); in testSuppressionForMethodsEndingWithMatching()