Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp59 void warnIf(T a) _diagnose_if(T() != a, "oh no", "warning") {} // expected-note{{from 'diagnose_if'… in warnIf() function
122 void warnIf(int a) _diagnose_if(N != a, "oh no", "warning") {} // expected-note{{from 'diagnose_if'… in warnIf() function