Searched defs:noError (Results 1 – 3 of 3) sorted by relevance
399 constexpr int noError(int N) __attribute__((enable_if(N, ""))) { return -1; } in noError() function400 constexpr int noError(int N) __attribute__((enable_if(!N, ""))) { return -1; } in noError() function401 constexpr int noError(int N) { return 0; } in noError() function
112 #define noError 0 macro
314 UBool noError = (pos.getErrorIndex() < 0); in parse() local