Searched defs:ABSL_ATTRIBUTE_PURE_FUNCTION (Results 1 – 6 of 6) sorted by relevance
776 #define ABSL_ATTRIBUTE_PURE_FUNCTION [[gnu::pure]] macro778 #define ABSL_ATTRIBUTE_PURE_FUNCTION __attribute__((pure)) macro782 #define ABSL_ATTRIBUTE_PURE_FUNCTION ABSL_MUST_USE_RESULT macro
772 #define ABSL_ATTRIBUTE_PURE_FUNCTION [[gnu::pure]] macro774 #define ABSL_ATTRIBUTE_PURE_FUNCTION __attribute__((pure)) macro778 #define ABSL_ATTRIBUTE_PURE_FUNCTION ABSL_MUST_USE_RESULT macro
845 #define ABSL_ATTRIBUTE_PURE_FUNCTION [[gnu::pure]] macro847 #define ABSL_ATTRIBUTE_PURE_FUNCTION __attribute__((pure)) macro851 #define ABSL_ATTRIBUTE_PURE_FUNCTION ABSL_MUST_USE_RESULT macro
720 #define ABSL_ATTRIBUTE_PURE_FUNCTION macro