Searched defs:ABSL_PREDICT_TRUE (Results 1 – 7 of 7) sorted by relevance
175 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro178 #define ABSL_PREDICT_TRUE(x) (x) macro
190 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro193 #define ABSL_PREDICT_TRUE(x) (x) macro
178 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro181 #define ABSL_PREDICT_TRUE(x) (x) macro
209 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro212 #define ABSL_PREDICT_TRUE(x) (x) macro
192 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro195 #define ABSL_PREDICT_TRUE(x) (x) macro