Searched defs:noError (Results 1 – 8 of 8) 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
52 bool noError; member
112 #define noError 0 macro
568 Bool noError = flags & __DRI_CTX_FLAG_NO_ERROR; in dri2_check_no_error() local
437 Bool noError; member
314 UBool noError = (pos.getErrorIndex() < 0); in parse() local
481 bool noError = false; member