Home
last modified time | relevance | path

Searched defs:again (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/C/C23/
H A Dn3042.c30 _Bool again = nullptr; // expected-warning {{implicit conversion of nullptr constant to 'bool'}} in questionable_behaviors() local
/llvm-project/clang/test/Sema/
H A Dwarn-deprecated-non-prototype.c23 void again() {} // strict-warning {{a function declaration without a prototype is deprecated in all… in again() function