Searched refs:ConstexprBoolNot (Results 1 – 2 of 2) sorted by relevance
313 extern operator '!' macro ConstexprBoolNot(constexpr bool): constexpr bool;
2794 bool ConstexprBoolNot(bool value) { return !value; } in ConstexprBoolNot() function