Searched defs:noError (Results 1 – 1 of 1) sorted by relevance
399 constexpr int noError(int N) __attribute__((enable_if(N, ""))) { return -1; } in noError() function 400 constexpr int noError(int N) __attribute__((enable_if(!N, ""))) { return -1; } in noError() function 401 constexpr int noError(int N) { return 0; } in noError() function