Searched defs:ABSL_PREDICT_FALSE (Results 1 – 6 of 6) sorted by relevance
174 #define ABSL_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro177 #define ABSL_PREDICT_FALSE(x) (x) macro
174 #define ABSL_PREDICT_FALSE(x) (__builtin_expect(false || (x), false)) macro177 #define ABSL_PREDICT_FALSE(x) (x) macro
177 #define ABSL_PREDICT_FALSE(x) (__builtin_expect(false || (x), false)) macro180 #define ABSL_PREDICT_FALSE(x) (x) macro