Searched refs:ConstexprInt31NotEqual (Results 1 – 2 of 2) sorted by relevance
985 ConstexprInt31NotEqual(constexpr int31, constexpr int31): constexpr bool;
3879 bool ConstexprInt31NotEqual(int31_t a, int31_t b) { return a != b; } in ConstexprInt31NotEqual() function