Home
last modified time | relevance | path

Searched defs:_diagnose_if (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Ddiagnose_if.m5 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro
8 -(void)meth _diagnose_if(1, "don't use this", "warning"); // expected-note 1{{from 'diagnose_if'}} method
9 @property (assign) id prop _diagnose_if(1, "don't use this", "warning"); // expected-note 2{{from '… property
/llvm-project/clang/test/SemaCXX/
H A Doperator-new-size-diagnose_if.cpp5 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro
H A Ddiagnose_if.cpp3 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro
/llvm-project/clang/test/Sema/
H A Ddiagnose_if.c3 #define _diagnose_if(...) __attribute__((diagnose_if(__VA_ARGS__))) macro
[all...]