Searched defs:errorIf (Results 1 – 1 of 1) sorted by relevance
56 void errorIf(T a) _diagnose_if(T() != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function119 void errorIf(int a) _diagnose_if(N != a, "oh no", "error") {} // expected-note{{from 'diagnose_if'}} in errorIf() function