Home
last modified time | relevance | path

Searched refs:OSTypeAlloc (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dos_object_base.h18 #define OSTypeAlloc(type) ((type *) ((type::metaClass)->alloc())) macro
Dosobject-retain-release.cpp683 …OSArray *arr = OSTypeAlloc(OSArray); // expected-note{{Call to method 'OSMetaClass::alloc' returns… in test_ostypealloc_correct_diagnostic_name()
726 table = OSTypeAlloc(OSArray); in testSuppressionForMethodsEndingWithMatching()