Searched defs:_diagnose_if (Results 1 – 4 of 4) sorted by relevance
5 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro8 -(void)meth _diagnose_if(1, "don't use this", "warning"); // expected-note 1{{from 'diagnose_if'}} method9 @property (assign) id prop _diagnose_if(1, "don't use this", "warning"); // expected-note 2{{from '… property
5 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro
3 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro
3 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro [all...]