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