Searched refs:ConstexprInt32NotEqual (Results 1 – 2 of 2) sorted by relevance
995 extern operator '!=' macro ConstexprInt32NotEqual(
3884 bool ConstexprInt32NotEqual(int32_t a, int32_t b) { return a != b; } in ConstexprInt32NotEqual() function