Searched defs:ABSL_PREDICT_TRUE (Results 1 – 2 of 2) sorted by relevance
178 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro181 #define ABSL_PREDICT_TRUE(x) (x) macro
175 #define ABSL_PREDICT_TRUE(x) (__builtin_expect(false || (x), true)) macro178 #define ABSL_PREDICT_TRUE(x) (x) macro